process.c.diff   [plain text]


--- process.c	2006-08-16 04:46:10.000000000 +0200
+++ process.c.new	2006-09-24 21:32:17.000000000 +0200
@@ -96,12 +96,12 @@
 #undef HAVE_SETRGID
 #endif
 
-#if defined(__MacOS_X__) || defined(__bsdi__)
+#if defined(__bsdi__)
 #define BROKEN_SETREUID 1
 #define BROKEN_SETREGID 1
 #endif
 
-#if defined(HAVE_44BSD_SETUID) || defined(__MacOS_X__)
+#if defined(HAVE_44BSD_SETUID)
 #if !defined(USE_SETREUID) && !defined(BROKEN_SETREUID)
 #define OBSOLETE_SETREUID 1
 #endif