1d8cbba226
Fix from MLH per PR pkg/21697.
13 lines
413 B
Text
13 lines
413 B
Text
$NetBSD: patch-aa,v 1.1 2003/07/25 13:07:08 drochner Exp $
|
|
|
|
--- lib/Components/initgroups/initgroups.c.orig 2003-07-25 14:52:06.000000000 +0200
|
|
+++ lib/Components/initgroups/initgroups.c 2003-07-25 14:53:10.000000000 +0200
|
|
@@ -13,7 +13,7 @@
|
|
|
|
#include "Python.h"
|
|
|
|
-#if defined(__unix__) || defined(unix)
|
|
+#if defined(__unix__) || defined(unix) || defined(__NetBSD__)
|
|
|
|
#include <grp.h>
|
|
#include <sys/types.h>
|