2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

took out errno.h

This commit is contained in:
Todd C. Miller 1993-02-16 18:24:05 +00:00
parent 852d937152
commit b7d12de748

1
sudo.c
View File

@ -48,7 +48,6 @@
#ifdef hpux #ifdef hpux
#include <unistd.h> #include <unistd.h>
#endif #endif
#include <errno.h>
#include <string.h> #include <string.h>
#include <strings.h> #include <strings.h>
#include <pwd.h> #include <pwd.h>