summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wlconfig
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-07-19 16:30:02 +0000
committerarchie <archie@FreeBSD.org>2000-07-19 16:30:02 +0000
commit4b8df583be95d12be3440a0ff5787fc41fa9be5c (patch)
treebbc789a4b3f8d6b2bb990176e73e3ea2746205c5 /usr.sbin/wlconfig
parentd53bace8f95539dd81f3b253c51bd79f63128d7e (diff)
downloadFreeBSD-src-4b8df583be95d12be3440a0ff5787fc41fa9be5c.zip
FreeBSD-src-4b8df583be95d12be3440a0ff5787fc41fa9be5c.tar.gz
Fix breakage caused by ether_aton() prototype change.
PR: bin/20033
Diffstat (limited to 'usr.sbin/wlconfig')
-rw-r--r--usr.sbin/wlconfig/wlconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c
index f6d7882..77f0221 100644
--- a/usr.sbin/wlconfig/wlconfig.c
+++ b/usr.sbin/wlconfig/wlconfig.c
@@ -66,10 +66,10 @@ static const char rcsid[] =
#include <sys/time.h>
#include <machine/if_wl_wavelan.h>
+#include <net/ethernet.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/if_ether.h>
-extern struct ether_addr *ether_aton(char *a);
#include <err.h>
#include <stdio.h>
OpenPOWER on IntegriCloud