Commit bb67215b authored by Andreas Jung's avatar Andreas Jung

collector #1431: fixed NetBSD support in initgroups.c

parent 8cacd20a
...@@ -129,6 +129,8 @@ Zope Changes ...@@ -129,6 +129,8 @@ Zope Changes
Bugs fixed Bugs fixed
- Collector #1431: fixed NetBSD support in initgroups.c
- Collector #1406: fixed segmentation fault by acquisition - Collector #1406: fixed segmentation fault by acquisition
- Collector #1392: ExternalMethod ignored management_page_charset - Collector #1392: ExternalMethod ignored management_page_charset
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include "Python.h" #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 <grp.h>
#include <sys/types.h> #include <sys/types.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment