diff options
Diffstat (limited to 'games/random')
-rw-r--r-- | games/random/random.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/random/random.c b/games/random/random.c index 7b45f6ecd8e3..e7c85bb59ac5 100644 --- a/games/random/random.c +++ b/games/random/random.c @@ -34,6 +34,7 @@ * SUCH DAMAGE. */ +#if 0 #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1994\n\ @@ -41,11 +42,9 @@ static const char copyright[] = #endif /* not lint */ #ifndef lint -#if 0 static const char sccsid[] = "@(#)random.c 8.5 (Berkeley) 4/5/94"; -#endif #endif /* not lint */ - +#endif #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |