summaryrefslogtreecommitdiffstats
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2016-06-23 21:07:15 +0000
committernp <np@FreeBSD.org>2016-06-23 21:07:15 +0000
commitaf533198e352d1ee97e831497a7a004f6f1f2740 (patch)
tree6b704ccaadb906cc6c03467f121aa4f0dc1e483a /sys/sys/param.h
parentd5b9b0e8af15c826a00e60b69b8c77bff0d0a7c9 (diff)
downloadFreeBSD-src-af533198e352d1ee97e831497a7a004f6f1f2740.zip
FreeBSD-src-af533198e352d1ee97e831497a7a004f6f1f2740.tar.gz
Add spares to struct ifnet and socket for packet pacing and/or general
use. Update comments regarding the spare fields in struct inpcb. Bump __FreeBSD_version for the changes to the size of the structures. Reviewed by: gnn@ Approved by: re@ (gjb@) Sponsored by: Chelsio Communications
Diffstat (limited to 'sys/sys/param.h')
-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 e254573..5da8016 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 1100119 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100120 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud