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