diff options
| author | cgd <cgd@NetBSD.org> | 1995-01-06 00:10:05 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1995-01-06 00:10:05 +0000 |
| commit | 50c2ab0cd05fcabc2dad7d55a1feeb7db9151f53 (patch) | |
| tree | ae08b4a76b5d4f5e7c5f616e62e405140559a8ae /sys/lib/libkern/strcmp.c | |
| parent | 1502c60de3cbeb9979d2339fe5fb2aa80ea178e9 (diff) | |
from libc
Diffstat (limited to 'sys/lib/libkern/strcmp.c')
| -rw-r--r-- | sys/lib/libkern/strcmp.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/lib/libkern/strcmp.c b/sys/lib/libkern/strcmp.c index 15a3b07a865..536f6db5531 100644 --- a/sys/lib/libkern/strcmp.c +++ b/sys/lib/libkern/strcmp.c @@ -1,5 +1,3 @@ -/* $NetBSD: strcmp.c,v 1.2 1994/10/26 06:42:45 cgd Exp $ */ - /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -37,10 +35,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#ifdef notdef -static char *sccsid = "@(#)strcmp.c 5.5 (Berkeley) 1/26/91"; -#endif -static char *rcsid = "$NetBSD: strcmp.c,v 1.2 1994/10/26 06:42:45 cgd Exp $"; +/*static char *sccsid = "from: @(#)strcmp.c 5.5 (Berkeley) 1/26/91";*/ +static char *rcsid = "$Id: strcmp.c,v 1.3 1995/01/06 00:16:53 cgd Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> |
