aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/arp.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-07-02 20:05:58 +0100
committerMichael Brown <mcb30@etherboot.org>2007-07-02 20:05:58 +0100
commit332614a382c5e435e61509d130872e143670df56 (patch)
tree416f2a207e7b4e6b223296d257fe254d8c2fcb73 /src/net/arp.c
parente42eba4af49729c5535512d8b83ea6d18a8e3e95 (diff)
downloadipxe-332614a382c5e435e61509d130872e143670df56.tar.gz
Add untested support for UNDI transmit and receive.
Diffstat (limited to 'src/net/arp.c')
-rw-r--r--src/net/arp.c3
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>";
}