aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdio/fdopen_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/tests/stdio/fdopen_test.c')
-rw-r--r--lib/libc/tests/stdio/fdopen_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/tests/stdio/fdopen_test.c b/lib/libc/tests/stdio/fdopen_test.c
index 060635af498b..5abaed7375b6 100644
--- a/lib/libc/tests/stdio/fdopen_test.c
+++ b/lib/libc/tests/stdio/fdopen_test.c
@@ -24,9 +24,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <errno.h>
#include <fcntl.h>
#include <paths.h>