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

This commit is contained in:
Ralf Corsepius
2005-09-19 03:46:17 +00:00
parent 009f4fac12
commit c140041b5b
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -64,7 +64,7 @@
#include <rtems/rtems_bsdnet.h>
#include <bsp.h>
#include <sys/errno.h>
#include <errno.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>