diff options
author | 2005-08-08 08:05:33 +0000 | |
---|---|---|
committer | 2005-08-08 08:05:33 +0000 | |
commit | c2c925dec2134a12f472359f2a189e9a312dd721 (patch) | |
tree | 474bc5d8051a3cf6a18b0b801aab619000426fe0 /lib/libc/string/wcscmp.c | |
parent | sync (diff) | |
download | wireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.tar.xz wireguard-openbsd-c2c925dec2134a12f472359f2a189e9a312dd721.zip |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
Diffstat (limited to 'lib/libc/string/wcscmp.c')
-rw-r--r-- | lib/libc/string/wcscmp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c index ebbb87ca4d7..4a8f6ba3fb9 100644 --- a/lib/libc/string/wcscmp.c +++ b/lib/libc/string/wcscmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcscmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $ */ +/* $OpenBSD: wcscmp.c,v 1.4 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcscmp.c,v 1.5 2003/08/07 16:43:54 agc Exp $ */ /*- @@ -33,10 +33,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcscmp.c,v 1.3 2005/08/08 05:53:01 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <wchar.h> #include "locale/runetype.h" |