diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
commit | 1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch) | |
tree | 41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /lib/libc/stdlib/lsearch.c | |
parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
download | src-1d386b48a555f61cb7325543adbbb5c3f3407a66.tar.gz src-1d386b48a555f61cb7325543adbbb5c3f3407a66.zip |
Diffstat (limited to 'lib/libc/stdlib/lsearch.c')
-rw-r--r-- | lib/libc/stdlib/lsearch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdlib/lsearch.c b/lib/libc/stdlib/lsearch.c index 9e9cdbaf619d..1ca55cc9002e 100644 --- a/lib/libc/stdlib/lsearch.c +++ b/lib/libc/stdlib/lsearch.c @@ -8,8 +8,6 @@ */ #include <sys/types.h> #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #define _SEARCH_PRIVATE #include <search.h> #include <stdint.h> /* for uint8_t */ |