summaryrefslogtreecommitdiff
path: root/lib/libc/string/strcmp.c
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 17:54:45 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 17:54:45 +0000
commite9d867ef5010fbab8d48045c13025636f5cd7479 (patch)
treed05864815761299c3ff4001b8ea7fef526e5273f /lib/libc/string/strcmp.c
parent55b7fa6d0b1423be9f9ec5d5c060fa5e9982861e (diff)
Add RCS identifiers.
Diffstat (limited to 'lib/libc/string/strcmp.c')
-rw-r--r--lib/libc/string/strcmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c
index 32fb6bea3da..a220ebcacbd 100644
--- a/lib/libc/string/strcmp.c
+++ b/lib/libc/string/strcmp.c
@@ -35,7 +35,8 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)strcmp.c 5.5 (Berkeley) 1/26/91";
+/*static char sccsid[] = "from: @(#)strcmp.c 5.5 (Berkeley) 1/26/91";*/
+static char rcsid[] = "$Id: strcmp.c,v 1.2 1993/08/01 18:36:28 mycroft Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>