From 5ccc71161283fdb2c42da1eeb4049650f6a2f429 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Tue, 30 Oct 2007 18:40:47 -0700 Subject: [PATCH] fd_mask needs to be defined on OS X, too --- Xpoll.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xpoll.h.in b/Xpoll.h.in index 33fdad4..3940489 100644 --- a/Xpoll.h.in +++ b/Xpoll.h.in @@ -91,7 +91,7 @@ from The Open Group. #ifdef CSRG_BASED #include -# if BSD < 199103 +# if BSD < 199103 || defined(__APPLE__) typedef long fd_mask; # endif #endif