aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtoumax.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/strtoumax.c')
-rw-r--r--lib/libc/stdlib/strtoumax.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtoumax.c b/lib/libc/stdlib/strtoumax.c
index 8243451d0ce6..af02b30254d6 100644
--- a/lib/libc/stdlib/strtoumax.c
+++ b/lib/libc/stdlib/strtoumax.c
@@ -38,8 +38,6 @@
static char sccsid[] = "from @(#)strtoul.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <ctype.h>
#include <errno.h>
#include <stdlib.h>