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