diff options
author | alfred <alfred@FreeBSD.org> | 2002-05-11 01:24:39 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-05-11 01:24:39 +0000 |
commit | 2f75a283e0309114a445b9168997f4eaf1c6375d (patch) | |
tree | 5de634668976cfa0d95ffe58a06cad3d02f17b93 /bin/test | |
parent | 83d76dffe16f14ae0556c62f9b6901d91991db4e (diff) | |
download | FreeBSD-src-2f75a283e0309114a445b9168997f4eaf1c6375d.zip FreeBSD-src-2f75a283e0309114a445b9168997f4eaf1c6375d.tar.gz |
backout additional include of cdefs.h, it's not helping any.
Diffstat (limited to 'bin/test')
-rw-r--r-- | bin/test/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/test/test.c b/bin/test/test.c index 327059c..8b870fb 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -15,7 +15,6 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ -#include <sys/cdefs.h> #include <sys/types.h> #include <sys/stat.h> |