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