2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-04 00:05:11 +00:00

sys/errno -> errno

This commit is contained in:
Todd C. Miller
1998-10-15 03:15:19 +00:00
parent 9d6cd6f216
commit d680945141

View File

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