diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-07-02 20:05:58 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-07-02 20:05:58 +0100 |
commit | 332614a382c5e435e61509d130872e143670df56 (patch) | |
tree | 416f2a207e7b4e6b223296d257fe254d8c2fcb73 /src/net/arp.c | |
parent | e42eba4af49729c5535512d8b83ea6d18a8e3e95 (diff) | |
download | ipxe-332614a382c5e435e61509d130872e143670df56.tar.gz |
Add untested support for UNDI transmit and receive.
Diffstat (limited to 'src/net/arp.c')
-rw-r--r-- | src/net/arp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/arp.c b/src/net/arp.c index 383dc842a..011d4fefb 100644 --- a/src/net/arp.c +++ b/src/net/arp.c @@ -281,8 +281,7 @@ static int arp_rx ( struct io_buffer *iobuf, struct net_device *netdev, * * This operation is meaningless for the ARP protocol. */ -static const char * -arp_ntoa ( const void *net_addr __attribute__ (( unused )) ) { +static const char * arp_ntoa ( const void *net_addr __unused ) { return "<ARP>"; } |