mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2010-06-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libchip/network/if_dc.c: Fix warning.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user