13 lines
343 B
Text
13 lines
343 B
Text
$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
|
|
|