aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/scandir-compat11.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/scandir-compat11.c')
-rw-r--r--lib/libc/gen/scandir-compat11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/gen/scandir-compat11.c b/lib/libc/gen/scandir-compat11.c
index fe8d34d4b7d6..b5c9846c2798 100644
--- a/lib/libc/gen/scandir-compat11.c
+++ b/lib/libc/gen/scandir-compat11.c
@@ -31,8 +31,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Scan the directory dirname calling select to make a list of selected
* directory entries then sort using qsort and compare routine dcomp.