mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 20:13:02 -04:00
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:
parent
820aa90f57
commit
b4d09565cf
1 changed files with 0 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue