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:
Xin LI 2009-12-13 03:53:15 +00:00
parent 820aa90f57
commit b4d09565cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=200466

View File

@ -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>