summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2012-01-16 09:53:24 +0000
committerglebius <glebius@FreeBSD.org>2012-01-16 09:53:24 +0000
commit1725d903e6decb66b0ac446e56102b80619c1c52 (patch)
tree105424818a99230d302cab929d445f5b33d387a8 /sys/sys
parent9681d0cefcc9de94e08da04552c6b7a59a1012bc (diff)
downloadFreeBSD-src-1725d903e6decb66b0ac446e56102b80619c1c52.zip
FreeBSD-src-1725d903e6decb66b0ac446e56102b80619c1c52.tar.gz
Drop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBRDADDR, SIOCSIFDSTADDR
ioctl commands. PR: 163524 Reviewed by: net
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 96292cc..921ba46 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1000004 /* Master, propagated to newvers */
+#define __FreeBSD_version 1000005 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud