summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/drand48.c
diff options
context:
space:
mode:
authortholo <>1996-08-19 08:34:30 +0000
committertholo <>1996-08-19 08:34:30 +0000
commite05d77aaf17452bebe333901f1acfad893fa05a7 (patch)
tree38a123983182ecb1d85d870dc92d9e902a66e4e4 /src/lib/libc/stdlib/drand48.c
parent057dc3cd255a3e12f9cb92d21ec3f71c65cfd475 (diff)
downloadopenbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.gz
openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.tar.bz2
openbsd-e05d77aaf17452bebe333901f1acfad893fa05a7.zip
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
Diffstat (limited to 'src/lib/libc/stdlib/drand48.c')
-rw-r--r--src/lib/libc/stdlib/drand48.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/libc/stdlib/drand48.c b/src/lib/libc/stdlib/drand48.c
index ae1a8634dc..02886d5b62 100644
--- a/src/lib/libc/stdlib/drand48.c
+++ b/src/lib/libc/stdlib/drand48.c
@@ -11,6 +11,10 @@
11 * to anyone/anything when using this software. 11 * to anyone/anything when using this software.
12 */ 12 */
13 13
14#if defined(LIBC_SCCS) && !defined(lint)
15static char rcsid[] = "$OpenBSD: drand48.c,v 1.2 1996/08/19 08:33:29 tholo Exp $";
16#endif /* LIBC_SCCS and not lint */
17
14#include "rand48.h" 18#include "rand48.h"
15 19
16extern unsigned short __rand48_seed[3]; 20extern unsigned short __rand48_seed[3];