From e05d77aaf17452bebe333901f1acfad893fa05a7 Mon Sep 17 00:00:00 2001 From: tholo <> Date: Mon, 19 Aug 1996 08:34:30 +0000 Subject: Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly --- src/lib/libc/stdlib/drand48.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/libc/stdlib/drand48.c') 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 @@ * 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]; -- cgit v1.2.3-55-g6feb