[Zope-Checkins] CVS: Zope/lib/Components/initgroups -
initgroups.c:1.3.66.2
Andreas Jung
andreas at andreas-jung.com
Mon Jul 26 07:38:40 EDT 2004
Update of /cvs-repository/Zope/lib/Components/initgroups
In directory cvs.zope.org:/tmp/cvs-serv29009/lib/Components/initgroups
Modified Files:
Tag: Zope-2_7-branch
initgroups.c
Log Message:
#1431: patch for NetBSD support in initgroups.c
=== Zope/lib/Components/initgroups/initgroups.c 1.3.66.1 => 1.3.66.2 ===
--- Zope/lib/Components/initgroups/initgroups.c:1.3.66.1 Fri May 7 06:47:59 2004
+++ Zope/lib/Components/initgroups/initgroups.c Mon Jul 26 07:38:39 2004
@@ -13,7 +13,7 @@
#include "Python.h"
-#if defined(__unix__) || defined(unix) || defined(__MACH__) /* Mac OS X */
+#if defined(__unix__) || defined(unix) || defined(__NetBSD__) || defined(__MACH__) /* Mac OS X */
#include <grp.h>
#include <sys/types.h>
More information about the Zope-Checkins
mailing list