]> granicus.if.org Git - sudo/commitdiff
sys/errno -> errno
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Oct 1998 03:15:19 +0000 (03:15 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 15 Oct 1998 03:15:19 +0000 (03:15 +0000)
logging.c

index d89ad59050f23a7e9169ff3cfacdb5bb3c5af24a..cfe0811ae78a6f61b55af171ce899b73432bab47 100644 (file)
--- a/logging.c
+++ b/logging.c
@@ -61,11 +61,11 @@ static char rcsid[] = "$Id$";
 #include <pwd.h>
 #include <signal.h>
 #include <time.h>
+#include <errno.h>
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
-#include <sys/errno.h>
 #include <netinet/in.h>
 
 #include "sudo.h"