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
#include <unistd.h>
#endif
#include <errno.h>
#include <string.h>
#include <strings.h>
#include <pwd.h>