Include <errno.h> (POSIX,C99) instead of <sys/errno.h> (BSD'ism).

This commit is contained in:
Ralf Corsepius
2008-12-22 07:47:28 +00:00
parent 91d6372f5b
commit b3f8c9e15b
23 changed files with 23 additions and 23 deletions

View File

@@ -47,7 +47,7 @@
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/protosw.h>
#include <sys/errno.h>
#include <errno.h>
#include <net/route.h>
#include <net/if.h>