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/wcsspn.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/wcsspn.c')
-rw-r--r-- | lib/libc/string/wcsspn.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c index 80f315f0716..5162fa07631 100644 --- a/lib/libc/string/wcsspn.c +++ b/lib/libc/string/wcsspn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wcsspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $ */ +/* $OpenBSD: wcsspn.c,v 1.3 2005/08/08 08:05:37 espie Exp $ */ /* $NetBSD: wcsspn.c,v 1.3 2001/09/21 16:09:15 yamt Exp $ */ /*- @@ -29,10 +29,6 @@ * $Citrus: xpg4dl/FreeBSD/lib/libc/string/wcsspn.c,v 1.3 2001/09/21 16:06:43 yamt Exp $ */ -#if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: wcsspn.c,v 1.2 2005/06/19 22:12:07 espie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <wchar.h> size_t |