aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/bcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/bcopy.c')
-rw-r--r--lib/libc/string/bcopy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c
index 84715d0432e3..4328542d2d54 100644
--- a/lib/libc/string/bcopy.c
+++ b/lib/libc/string/bcopy.c
@@ -36,8 +36,6 @@
static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
typedef intptr_t word; /* "word" used for optimal copy speed */