forked from Imagelibrary/rtems
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>
|
2010-05-31 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libchip/network/greth.c: Misc. hacks to allow compilation on
|
* libchip/network/greth.c: Misc. hacks to allow compilation on
|
||||||
|
|||||||
@@ -151,11 +151,7 @@
|
|||||||
#include <vm/vm.h> /* for vtophys */
|
#include <vm/vm.h> /* for vtophys */
|
||||||
|
|
||||||
|
|
||||||
#if defined(__i386__)
|
#define vtophys(p) (uintptr_t)(p)
|
||||||
#define vtophys(p) (u_int32_t)(p)
|
|
||||||
#else
|
|
||||||
#define vtophys(p) vtophys(p)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#include <net/if_arp.h>
|
#include <net/if_arp.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user