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/strtouq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libc/stdlib/strtouq.c') diff --git a/src/lib/libc/stdlib/strtouq.c b/src/lib/libc/stdlib/strtouq.c index b872cf56f7..1f29a22f33 100644 --- a/src/lib/libc/stdlib/strtouq.c +++ b/src/lib/libc/stdlib/strtouq.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strtouq.c 5.1 (Berkeley) 6/26/92"; +static char rcsid[] = "$OpenBSD: strtouq.c,v 1.4 1996/08/19 08:33:53 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include -- cgit v1.2.3-55-g6feb