diff options
| author | 2004-04-14 00:56:02 +0000 | |
|---|---|---|
| committer | 2004-04-14 00:56:02 +0000 | |
| commit | 3c41e82c680c97a95cf3fb06da0e74c82dca00c9 (patch) | |
| tree | f9fe36d07fc2c4fc665f0665b51b70aea7678eb4 /usr.sbin/dhcpd/dhcpd.c | |
| parent | bye bye (diff) | |
| download | wireguard-openbsd-3c41e82c680c97a95cf3fb06da0e74c82dca00c9.tar.xz wireguard-openbsd-3c41e82c680c97a95cf3fb06da0e74c82dca00c9.zip | |
more crap bites the dust
Diffstat (limited to 'usr.sbin/dhcpd/dhcpd.c')
| -rw-r--r-- | usr.sbin/dhcpd/dhcpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.c b/usr.sbin/dhcpd/dhcpd.c index c03c12480e5..14f82da5ec7 100644 --- a/usr.sbin/dhcpd/dhcpd.c +++ b/usr.sbin/dhcpd/dhcpd.c @@ -51,7 +51,7 @@ static char url [] = "For info, please visit http://www.isc.org/dhcp-contrib.htm #include "dhcpd.h" #include "version.h" -static void usage PROTO ((char *)); +static void usage(char *); time_t cur_time; struct group root_group; @@ -206,7 +206,7 @@ int main (argc, argv) discover_interfaces (DISCOVER_SERVER); /* Initialize icmp support... */ - icmp_startup (1, lease_pinged); + icmp_startup(1, lease_pinged); #ifndef DEBUG if (daemon) { |
