summaryrefslogtreecommitdiff
path: root/net/isc-dhcp40-server/files/patch-includes::dhcpd.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-03-22 23:33:09 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-03-22 23:33:09 +0000
commitdfb52e90db81466fed9d51232375991c1f099787 (patch)
treec0aa08957885ff2f7de603e7d591a7fbe6240f0c /net/isc-dhcp40-server/files/patch-includes::dhcpd.h
parentUpdate to 4.3.51. (diff)
Back out last night's attempt to fix the client build on 4.x, and commit
a better solution submitted by the maintainer.
Diffstat (limited to '')
-rw-r--r--net/isc-dhcp40-server/files/patch-includes::dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/isc-dhcp40-server/files/patch-includes::dhcpd.h b/net/isc-dhcp40-server/files/patch-includes::dhcpd.h
index afedaa818647..1933e0b4037a 100644
--- a/net/isc-dhcp40-server/files/patch-includes::dhcpd.h
+++ b/net/isc-dhcp40-server/files/patch-includes::dhcpd.h
@@ -47,7 +47,7 @@
void state_stop PROTO ((void *));
void state_panic PROTO ((void *));
+
-+#ifdef __FreeBSD__
++#if __FreeBSD_version > 502010
+void set_ieee80211 PROTO ((struct interface_info *));
+#endif
+int interface_active PROTO ((struct interface_info *));