diff options
Diffstat (limited to 'lib/libc/stdlib/atoi.c')
-rw-r--r-- | lib/libc/stdlib/atoi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/atoi.c b/lib/libc/stdlib/atoi.c index df7845f90c0..a74d6e1351f 100644 --- a/lib/libc/stdlib/atoi.c +++ b/lib/libc/stdlib/atoi.c @@ -32,8 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)atoi.c 5.7 (Berkeley) 2/23/91";*/ -static char *rcsid = "$Id: atoi.c,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $"; +static char *rcsid = "$OpenBSD: atoi.c,v 1.2 1996/08/19 08:33:24 tholo Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdlib.h> |