diff options
Diffstat (limited to 'lib/libc/stdlib/nrand48.c')
-rw-r--r-- | lib/libc/stdlib/nrand48.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/stdlib/nrand48.c b/lib/libc/stdlib/nrand48.c index 63f839cb052..b1ec2cebb1a 100644 --- a/lib/libc/stdlib/nrand48.c +++ b/lib/libc/stdlib/nrand48.c @@ -11,6 +11,10 @@ * to anyone/anything when using this software. */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: nrand48.c,v 1.2 1996/08/19 08:33:40 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ + #include "rand48.h" long |