summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-al
blob: 97d9eb13338bea37a247e568f70350b25b3330c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.1 2000/12/28 02:16:27 wiz Exp $

--- src/PROOFD_proofd.cxx.orig	Tue Nov  2 11:45:22 1999
+++ src/PROOFD_proofd.cxx
@@ -57,7 +57,7 @@
 extern "C" char *crypt(const char *, const char *);
 #endif
 
-#ifdef __alpha
+#if defined(__alpha) && !defined(__NetBSD__)
 extern "C" int initgroups(char *name, int basegid);
 #endif