Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/stdlib/atoi.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/stdlib/atoi.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/lib/libc/stdlib/atoi.c 1997/07/13 20:16:37 1.7 +++ src/lib/libc/stdlib/atoi.c 1998/01/30 23:37:48 1.8 @@ -1,8 +1,8 @@ -/* $NetBSD: atoi.c,v 1.7 1997/07/13 20:16:37 christos Exp $ */ +/* $NetBSD: atoi.c,v 1.8 1998/01/30 23:37:48 perry Exp $ */ /* - * Copyright (c) 1988 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -36,9 +36,9 @@ #include #if defined(LIBC_SCCS) && !defined(lint) #if 0 -static char *sccsid = "from: @(#)atoi.c 5.7 (Berkeley) 2/23/91"; +static char sccsid[] = "@(#)atoi.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: atoi.c,v 1.7 1997/07/13 20:16:37 christos Exp $"); +__RCSID("$NetBSD: atoi.c,v 1.8 1998/01/30 23:37:48 perry Exp $"); #endif #endif /* LIBC_SCCS and not lint */