Include <errno.h> instead of <sys/errno.h>.

This commit is contained in:
Ralf Corsepius
2005-09-19 06:18:10 +00:00
parent c7179542da
commit f052a9bf28
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/errno.h>
#include <errno.h>
#include <sys/syslog.h>
#include <sys/sysctl.h>

View File

@@ -38,7 +38,7 @@
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>
#include <sys/errno.h>
#include <errno.h>
#include <net/if.h>