fd_mask needs to be defined on OS X, too

This commit is contained in:
Ben Byer 2007-10-30 18:40:47 -07:00
parent 8be48ca399
commit 5ccc711612

View file

@ -91,7 +91,7 @@ from The Open Group.
#ifdef CSRG_BASED
#include <sys/param.h>
# if BSD < 199103
# if BSD < 199103 || defined(__APPLE__)
typedef long fd_mask;
# endif
#endif