diff options
| author | 2004-04-18 00:43:27 +0000 | |
|---|---|---|
| committer | 2004-04-18 00:43:27 +0000 | |
| commit | 8e1c2028c5dceb83d3e368cc82c07a5ac32d88dc (patch) | |
| tree | 7f6277311fb6beca9324129a5ae8feb046b89dbc /usr.sbin/dhcpd/tables.c | |
| parent | dhcpd may be invoked without any interface given (diff) | |
| download | wireguard-openbsd-8e1c2028c5dceb83d3e368cc82c07a5ac32d88dc.tar.xz wireguard-openbsd-8e1c2028c5dceb83d3e368cc82c07a5ac32d88dc.zip | |
various knf; henning ok
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 |
