diff options
-rw-r--r-- | sys/sys/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h index fadbb7d..f4bef46 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -167,7 +167,7 @@ typedef _BSD_TIMER_T_ timer_t; #define FD_SETSIZE 1024 #endif -typedef long fd_mask; +typedef unsigned long fd_mask; #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask */ #ifndef howmany |