diff options
Diffstat (limited to 'usr.sbin/dhcpd/tables.c')
-rw-r--r-- | usr.sbin/dhcpd/tables.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/tables.c b/usr.sbin/dhcpd/tables.c index eafe86650c3..49e9256b629 100644 --- a/usr.sbin/dhcpd/tables.c +++ b/usr.sbin/dhcpd/tables.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tables.c,v 1.2 2004/04/14 01:27:49 henning Exp $ */ +/* $OpenBSD: tables.c,v 1.3 2004/04/18 00:43:27 deraadt Exp $ */ /* Tables of information... */ @@ -667,7 +667,6 @@ char *hardware_types[] = { }; - struct hash_table universe_hash; void |