summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-10-23 23:36:29 +0000
committerobrien <obrien@FreeBSD.org>2012-10-23 23:36:29 +0000
commit1824541d84ee1badda929686d3129e80c95632c6 (patch)
treee8f06c6d86987c2f69f5652198ccfa40f7966399
parent793eaf7f2a20e1daff6b75a9436b26bf88947e03 (diff)
downloadFreeBSD-src-1824541d84ee1badda929686d3129e80c95632c6.zip
FreeBSD-src-1824541d84ee1badda929686d3129e80c95632c6.tar.gz
Don't include both <sys/param.h> & <sys/types.h>.
-rw-r--r--usr.bin/script/script.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c
index 2b083dd..9d4f468 100644
--- a/usr.bin/script/script.c
+++ b/usr.bin/script/script.c
@@ -27,28 +27,23 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
+#include <sys/param.h>
__FBSDID("$FreeBSD$");
-
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1980, 1992, 1993\n\
The Regents of the University of California. All rights reserved.\n";
#endif
-
#ifndef lint
static const char sccsid[] = "@(#)script.c 8.1 (Berkeley) 6/6/93";
#endif
-#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <sys/endian.h>
-#include <sys/param.h>
#include <err.h>
#include <errno.h>
OpenPOWER on IntegriCloud