aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/lsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/lsearch.c')
-rw-r--r--lib/libc/stdlib/lsearch.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/stdlib/lsearch.c b/lib/libc/stdlib/lsearch.c
index 9e9cdbaf619d..e2b83473411e 100644
--- a/lib/libc/stdlib/lsearch.c
+++ b/lib/libc/stdlib/lsearch.c
@@ -7,9 +7,6 @@
* unchanged, you can do what ever you want with this file.
*/
#include <sys/types.h>
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define _SEARCH_PRIVATE
#include <search.h>
#include <stdint.h> /* for uint8_t */