aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2017-11-17 13:12:20 +0000
committerScott Long <scottl@FreeBSD.org>2017-11-17 13:12:20 +0000
commit7841fefb62f03afcd7f44ecac18e4cd0db991b5b (patch)
treee10af3e9e980bf9809a6aa881fc5fd0e527fd92f /sys
parent6247019ec279193161abb3f2b12f3f388ae83ffa (diff)
downloadsrc-7841fefb62f03afcd7f44ecac18e4cd0db991b5b.tar.gz
src-7841fefb62f03afcd7f44ecac18e4cd0db991b5b.zip
Rename P_OSREL_CK_CLYGRP to P_OSREL_CK_CYLGRP
Notes
Notes: svn path=/head/; revision=325934
Diffstat (limited to '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 e7289d71be30..6dcfd4300d76 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -84,7 +84,7 @@
#define P_OSREL_SHUTDOWN_ENOTCONN 1100077
#define P_OSREL_MAP_GUARD 1200035
#define P_OSREL_WRFSBASE 1200041
-#define P_OSREL_CK_CLYGRP 1200046
+#define P_OSREL_CK_CYLGRP 1200046
#define P_OSREL_VMTOTAL64 1200054
#define P_OSREL_MAJOR(x) ((x) / 100000)