summaryrefslogtreecommitdiffstats
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-05-30 04:48:06 +0000
committersephe <sephe@FreeBSD.org>2016-05-30 04:48:06 +0000
commit955b8a92aa5eba08b8134ed84d6a1b1368c86cbf (patch)
tree55102d2bd1e1a897b46a58919656f185d69b61cb /sys/sys/param.h
parent8e576475640fd84043d779c62fd4660ad1705c1e (diff)
downloadFreeBSD-src-955b8a92aa5eba08b8134ed84d6a1b1368c86cbf.zip
FreeBSD-src-955b8a92aa5eba08b8134ed84d6a1b1368c86cbf.tar.gz
mbuf: Add a flag for M_HASHTYPE_ to indicate the type has hash properties
This flag has not been used, and drivers setting M_HASHTYPE_OPAQUE have not been converted as of this commit. Reviewed by: hps, gallatin (early version) Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6406
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 3ed2028..71a5bdd 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 1100114 /* Master, propagated to newvers */
+#define __FreeBSD_version 1100115 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
OpenPOWER on IntegriCloud