2004-07-25 Joel Sherrill <joel@OARcorp.com>

* libchip/network/if_fxp.c: Add include of <sys/errno.h>.
This commit is contained in:
Joel Sherrill
2004-07-25 14:31:24 +00:00
parent acbf96bebd
commit 2a757a8998
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-07-25 Joel Sherrill <joel@OARcorp.com>
* libchip/network/if_fxp.c: Add include of <sys/errno.h>.
2004-05-21 Till Strauman <strauman@slac.stanford.edu>
PR 625/networking

View File

@@ -64,6 +64,7 @@
#include <rtems/rtems_bsdnet.h>
#include <bsp.h>
#include <sys/errno.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
@@ -469,7 +470,7 @@ rtems_fxp_attach(struct rtems_bsdnet_ifconfig *config, int attaching)
i,sc->pci_signature);
if (PCIB_ERR_SUCCESS == i) {
if ( UNTESTED == fxp_ident_table[j].warn ) {
device_printf(dev
device_printf(dev,
"WARNING: this chip version has NOT been reported to work under RTEMS yet.\n");
device_printf(dev,
" If it works OK, report it as tested in 'c/src/libchip/network/if_fxp.c'\n");