diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-02 12:56:31 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-02 12:56:31 +0000 |
commit | 0728e70a8383b60c535244d2166c442134efebce (patch) | |
tree | dc55cd6053af9e80e03df20ceb03133365ea826f /sbin/dhclient/dispatch.c | |
parent | 835d04e86adaca1827270e4164d33b5015f1f893 (diff) |
remove dummy_interfaces and fallback_interface gunk
Diffstat (limited to 'sbin/dhclient/dispatch.c')
-rw-r--r-- | sbin/dhclient/dispatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index 04146b81bc8..1bdaa2530f6 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.19 2004/03/02 12:46:44 henning Exp $ */ +/* $OpenBSD: dispatch.c,v 1.20 2004/03/02 12:56:30 henning Exp $ */ /* * Copyright 2004 Henning Brauer <henning@openbsd.org> @@ -47,7 +47,7 @@ #include <ifaddrs.h> #include <poll.h> -struct interface_info *interfaces, *dummy_interfaces, *fallback_interface; +struct interface_info *interfaces; struct protocol *protocols; struct timeout *timeouts; static struct timeout *free_timeouts; |