diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
commit | 7b216475bfdc24758a850dba744e947fc6173e68 (patch) | |
tree | 3ae574978e74559dfce75bd93019aa6294c63377 /games/hangman/extern.c | |
parent | 4805de8700a2ad81e00b56a3d8089669d4982283 (diff) |
copyright/sccsid/rcsid cleanup.
Notes
Notes:
svn path=/head/; revision=53920
Diffstat (limited to 'games/hangman/extern.c')
-rw-r--r-- | games/hangman/extern.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/hangman/extern.c b/games/hangman/extern.c index ecc7155fdd87..5561adc997b9 100644 --- a/games/hangman/extern.c +++ b/games/hangman/extern.c @@ -32,7 +32,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ # include "hangman.h" |