aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/insque.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/insque.c')
-rw-r--r--lib/libc/stdlib/insque.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/stdlib/insque.c b/lib/libc/stdlib/insque.c
index 388e4d592617..3af31eb15554 100644
--- a/lib/libc/stdlib/insque.c
+++ b/lib/libc/stdlib/insque.c
@@ -6,9 +6,6 @@
* As long as the above copyright statement and this notice remain
* unchanged, you can do what ever you want with this file.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define _SEARCH_PRIVATE
#include <search.h>
#ifdef DEBUG