Use our own bitmap macros instead of borrowing the ones from select.
This commit is contained in:
@@ -297,6 +297,15 @@ extern int errno;
|
||||
# define WCOREDUMP(x) ((x) & 0x80)
|
||||
#endif
|
||||
|
||||
/* Number of bits in a byte. */
|
||||
#ifndef NBBY
|
||||
# ifdef __NBBY
|
||||
# define NBBY __NBBY
|
||||
# else
|
||||
# define NBBY 8
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_SETEUID
|
||||
# if defined(HAVE_SETRESUID)
|
||||
# define seteuid(u) setresuid(-1, (u), -1)
|
||||
|
Reference in New Issue
Block a user