aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2017-08-25 19:41:38 +0000
committerSean Bruno <sbruno@FreeBSD.org>2017-08-25 19:41:38 +0000
commit32a04bb81dd1d62186922d38c6f8d6df9f615231 (patch)
treeb85ae5c4b284dc5a1f239b14115f876ca130f4f7 /sys/sys/param.h
parentd86cddf0f075b16f14d90d07ad76a8355c53979e (diff)
downloadsrc-32a04bb81dd1d62186922d38c6f8d6df9f615231.tar.gz
src-32a04bb81dd1d62186922d38c6f8d6df9f615231.zip
Use counter(9) for PLPMTUD counters.
Remove unused PLPMTUD sysctl counters. Bump UPDATING and FreeBSD Version to indicate a rebuild is required. Submitted by: kevin.bowling@kev009.com Reviewed by: jtl Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D12003
Notes
Notes: svn path=/head/; revision=322900
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 c1d8a6539a8c..df5cfda47d51 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 1200041 /* Master, propagated to newvers */
+#define __FreeBSD_version 1200042 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,