Apple: Cleaned up some Apple definitions

This commit is contained in:
Jeremy Huddleston 2008-05-08 11:36:03 -07:00
parent c879dab58f
commit 05b119d78e
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@ in this Software without prior written authorization from The Open Group.
#endif
#if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) \
|| defined(__Darwin__) || defined(__DragonFly__)
|| defined(__APPLE__) || defined(__DragonFly__)
# ifndef CSRG_BASED
# define CSRG_BASED
# endif

View file

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