summaryrefslogtreecommitdiff
path: root/device/if_ether.h
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-05 22:03:08 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-08 23:51:28 +0900
commitd591ae773032ea0571bb1488ded979a384baae77 (patch)
treee63a48414328a169c77f4098a07c140fd55fd496 /device/if_ether.h
parent5636bbf479dc4e8e2f50c40295b4e957aeff0809 (diff)
device/if_ether.h: remove unused variable
* device/if_ether.h (etherbroadcastaddr): Remove unused variable. * device/subrs.c (etherbroadcastaddr): Remove initialization.
Diffstat (limited to 'device/if_ether.h')
-rw-r--r--device/if_ether.h2
1 files changed, 0 insertions, 2 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 */