diff options
author | 1997-11-07 15:56:33 +0000 | |
---|---|---|
committer | 1997-11-07 15:56:33 +0000 | |
commit | c3f6e9cfd772b1e25f8a333343749c37d1a1547d (patch) | |
tree | 8af5bfc9b0d5d29fec136fa9f42787de8efcc603 /sys/lib/libkern/strcmp.c | |
parent | $OpenBSD$ (diff) | |
download | wireguard-openbsd-c3f6e9cfd772b1e25f8a333343749c37d1a1547d.tar.xz wireguard-openbsd-c3f6e9cfd772b1e25f8a333343749c37d1a1547d.zip |
$OpenBSD$
Diffstat (limited to 'sys/lib/libkern/strcmp.c')
-rw-r--r-- | sys/lib/libkern/strcmp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/strcmp.c b/sys/lib/libkern/strcmp.c index 6e95f842821..a2578c25f69 100644 --- a/sys/lib/libkern/strcmp.c +++ b/sys/lib/libkern/strcmp.c @@ -1,3 +1,5 @@ +/* $OpenBSD: strcmp.c,v 1.5 1997/11/07 15:56:49 niklas Exp $ */ + /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ #if defined(LIBC_SCCS) && !defined(lint) /*static char *sccsid = "from: @(#)strcmp.c 5.5 (Berkeley) 1/26/91";*/ -static char *rcsid = "$Id: strcmp.c,v 1.4 1996/12/12 08:18:31 deraadt Exp $"; +static char *rcsid = "$OpenBSD: strcmp.c,v 1.5 1997/11/07 15:56:49 niklas Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |