diff options
-rw-r--r-- | device/if_ether.h | 2 | ||||
-rw-r--r-- | device/subrs.c | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/device/if_ether.h b/device/if_ether.h index dbdd818..e368fbf 100644 --- a/device/if_ether.h +++ b/device/if_ether.h @@ -46,8 +46,6 @@ struct ether_header { }; #ifdef KERNEL -u_char etherbroadcastaddr[6]; - extern char * ether_sprintf(u_char *); #endif /* KERNEL */ diff --git a/device/subrs.c b/device/subrs.c index e094f68..0382bc6 100644 --- a/device/subrs.c +++ b/device/subrs.c @@ -52,11 +52,6 @@ void harderr(bp, cp) } /* - * Ethernet support routines. - */ -u_char etherbroadcastaddr[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; - -/* * Convert Ethernet address to printable (loggable) representation. */ char * |