summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-02-04 16:42:44 +0000
committermarkm <markm@FreeBSD.org>2002-02-04 16:42:44 +0000
commit89653f9b8d944830f71d8547b88d3b3bfed64dde (patch)
treea68a44f7142b693c9106da5e7a46e5c0a4c47cb9 /sys
parentca6a9763cbdc13c08d9a95f29f113ea9f1cf8efb (diff)
downloadFreeBSD-src-89653f9b8d944830f71d8547b88d3b3bfed64dde.zip
FreeBSD-src-89653f9b8d944830f71d8547b88d3b3bfed64dde.tar.gz
Back out the "upgrading" of NBBY to unsigned, as it exposes
bugs elsewhere, and also is well understood as a signed quantity.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h
index 1369a96..b28481d 100644
--- a/sys/sys/types.h
+++ b/sys/sys/types.h
@@ -171,7 +171,7 @@ typedef _BSD_TIMER_T_ timer_t;
#endif
#ifndef _POSIX_SOURCE
-#define NBBY 8U /* number of bits in a byte */
+#define NBBY 8 /* number of bits in a byte */
/*
* Select uses bit masks of file descriptors in longs. These macros
OpenPOWER on IntegriCloud