From 392c53b5602bf3e2509d8cca188c3f90be97c36e Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 5 May 2003 09:52:25 +0000 Subject: Make the __FBSDID usage consistent and protect copyright[] from Gcc 3.3's whining. --- games/random/random.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'games/random') diff --git a/games/random/random.c b/games/random/random.c index 7b45f6e..e7c85bb 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 __FBSDID("$FreeBSD$"); -- cgit v1.1