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