diff options
Diffstat (limited to 'lib/libc/gen/ftw.c')
-rw-r--r-- | lib/libc/gen/ftw.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/gen/ftw.c b/lib/libc/gen/ftw.c index 253a29583f36..35557d930bf4 100644 --- a/lib/libc/gen/ftw.c +++ b/lib/libc/gen/ftw.c @@ -20,9 +20,6 @@ * Materiel Command, USAF, under agreement number F39502-99-1-0512. */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/types.h> #include <sys/stat.h> #include <errno.h> |