diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-05 09:52:25 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-05-05 09:52:25 +0000 |
| commit | e3c85e02266c84598295f35c93586f932f3473ca (patch) | |
| tree | c907d9db47f23ada7451bd2fa062c54d95fc1a99 /games/caesar | |
| parent | f130dcf22a358c27d9f031bb256c3e3d1fd68d98 (diff) | |
Notes
Diffstat (limited to 'games/caesar')
| -rw-r--r-- | games/caesar/caesar.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/caesar/caesar.c b/games/caesar/caesar.c index a92131eb3784..54275ce84e35 100644 --- a/games/caesar/caesar.c +++ b/games/caesar/caesar.c @@ -39,6 +39,7 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ @@ -46,13 +47,11 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static const char sccsid[] = "@(#)caesar.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = - "$FreeBSD$"; -#endif #endif /* not lint */ +#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <errno.h> #include <math.h> |
