aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/memmove.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/memmove.c')
-rw-r--r--lib/libc/string/memmove.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/string/memmove.c b/lib/libc/string/memmove.c
index 05cf75a2ce6a..e9bb2c2ed14c 100644
--- a/lib/libc/string/memmove.c
+++ b/lib/libc/string/memmove.c
@@ -1,5 +1,2 @@
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define MEMMOVE
#include "bcopy.c"