summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-12-13 03:53:15 +0000
committerdelphij <delphij@FreeBSD.org>2009-12-13 03:53:15 +0000
commit3aca24a984a862b98803d78d00840d5ed1cc5ce2 (patch)
tree0d58eb340e4cec1169ff2ef94be51462508726b3 /usr.bin/xinstall
parent1fe1a17dd4ae5033351226080a9208ea5adeeae4 (diff)
downloadFreeBSD-src-3aca24a984a862b98803d78d00840d5ed1cc5ce2.zip
FreeBSD-src-3aca24a984a862b98803d78d00840d5ed1cc5ce2.tar.gz
xinstall.c does not require ctype functions, so ctype.h is not
necessary here. Note: this would change the md5 checksum due to change caused by different register layout.
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r--usr.bin/xinstall/xinstall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index 36257f4..f896d6c 100644
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
#include <sys/time.h>
#include <sys/wait.h>
-#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
OpenPOWER on IntegriCloud