From d591ae773032ea0571bb1488ded979a384baae77 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:03:08 +0100 Subject: device/if_ether.h: remove unused variable * device/if_ether.h (etherbroadcastaddr): Remove unused variable. * device/subrs.c (etherbroadcastaddr): Remove initialization. --- device/if_ether.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'device/if_ether.h') 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 */ -- cgit v1.2.3