summaryrefslogtreecommitdiff
path: root/comms/plptools/patches/patch-ad
blob: 27d8fa88d55981fedef8120fd8aaacab4a2113b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1 2001/04/04 08:53:44 skrll Exp $

--- plpnfsd/mp_main.c.orig	Mon Jan 17 11:49:41 2000
+++ plpnfsd/mp_main.c
@@ -17,7 +17,7 @@
 #include "nfs_prot.h"
 #include "mp.h"
 #include "defs.h"
-#if defined (__SVR4) || defined(__sgi)
+#if defined (__SVR4) || defined(__sgi) || defined(__NetBSD__)
 #include <stdlib.h>		/* getenv */
 #include <string.h>		/* strcmp */
 #endif