* libnetworking/rtems/rtems_showifstat.c: Remove warning.

This commit is contained in:
Joel Sherrill
2005-05-06 20:14:59 +00:00
parent 7929893d85
commit cd34409a61
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
* libnetworking/rtems/rtems_showifstat.c: Remove warning.
2005-05-06 Joel Sherrill <joel@OARcorp.com>
* libnetworking/net/if.h: Revert include of sys/mbuf.h in this .h file

View File

@@ -14,6 +14,7 @@
#include <sys/proc.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/mbuf.h>
#include <net/if.h>
#include <net/if_dl.h>
#include <net/if_types.h>