diff options
Diffstat (limited to 'lib/libc/stdlib/strtouq.c')
-rw-r--r-- | lib/libc/stdlib/strtouq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/strtouq.c b/lib/libc/stdlib/strtouq.c index b872cf56f75..1f29a22f33d 100644 --- a/lib/libc/stdlib/strtouq.c +++ b/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 <sys/types.h> |