diff options
Diffstat (limited to 'lib/libc/locale/wcstoumax.c')
-rw-r--r-- | lib/libc/locale/wcstoumax.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libc/locale/wcstoumax.c b/lib/libc/locale/wcstoumax.c index c4f2ec3aaf41..6a3861618e3e 100644 --- a/lib/libc/locale/wcstoumax.c +++ b/lib/libc/locale/wcstoumax.c @@ -34,13 +34,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> -#if 0 -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "from @(#)strtoul.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ -__FBSDID("FreeBSD: src/lib/libc/stdlib/strtoumax.c,v 1.8 2002/09/06 11:23:59 tjr Exp "); -#endif #include <errno.h> #include <inttypes.h> #include <stdlib.h> |