diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-22 23:33:09 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-03-22 23:33:09 +0000 |
commit | dfb52e90db81466fed9d51232375991c1f099787 (patch) | |
tree | c0aa08957885ff2f7de603e7d591a7fbe6240f0c /net/isc-dhcp40-server/files/patch-includes::dhcpd.h | |
parent | Update 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.h | 2 |
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 *)); |