diff options
Diffstat (limited to 'rogue/random.c')
| -rw-r--r-- | rogue/random.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rogue/random.c b/rogue/random.c index bd829d6e..90e9676c 100644 --- a/rogue/random.c +++ b/rogue/random.c @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)random.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)random.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: random.c,v 1.2 1993/08/01 18:52:18 mycroft Exp $"; #endif /* not lint */ /* |
