Back out the "upgrading" of NBBY to unsigned, as it exposes

bugs elsewhere, and also is well understood as a signed quantity.
This commit is contained in:
Mark Murray 2002-02-04 16:42:44 +00:00
parent eccbb13cb5
commit 385fedb640
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90193

View File

@ -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