2010-06-03 Joel Sherrill <joel.sherrilL@OARcorp.com>

* libchip/network/if_dc.c: Fix warning.
This commit is contained in:
Joel Sherrill
2010-06-03 21:00:23 +00:00
parent ac1f8fa4c8
commit 3d2e856292
2 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2010-06-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libchip/network/if_dc.c: Fix warning.
2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/greth.c: Misc. hacks to allow compilation on

View File

@@ -151,11 +151,7 @@
#include <vm/vm.h> /* for vtophys */
#if defined(__i386__)
#define vtophys(p) (u_int32_t)(p)
#else
#define vtophys(p) vtophys(p)
#endif
#define vtophys(p) (uintptr_t)(p)
/*
#include <net/if_arp.h>