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.
This commit is contained in:
delphij 2009-12-13 03:53:15 +00:00
parent 1fe1a17dd4
commit 3aca24a984

View File

@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$");
#include <sys/time.h> #include <sys/time.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <ctype.h>
#include <err.h> #include <err.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>