aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-09-23 22:01:10 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-09-23 22:01:10 +0000
commit9acdabbe1e37623c7577859fcf5a57fc84bdf4ff (patch)
treec1e216463fcc49810cc09fa92a8a8fdbacecb4e6 /sys/sys/param.h
parentbb25b2dda9fbe5c2c9da87829cda6215d1541f6c (diff)
downloadsrc-9acdabbe1e37623c7577859fcf5a57fc84bdf4ff.tar.gz
src-9acdabbe1e37623c7577859fcf5a57fc84bdf4ff.zip
Add an NBBY define to eventually replace the one in <sys/types.h>.
Notes
Notes: svn path=/head/; revision=103874
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 7eff561b3db4..2e5b2dfc4f41 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -181,6 +181,7 @@
#define NZERO 0 /* default "nice" */
+#define NBBY 8 /* number of bits in a byte */
#define NBPW sizeof(int) /* number of bytes per word (integer) */
#define CMASK 022 /* default file mask: S_IWGRP|S_IWOTH */