pkgsrc/comms/plptools/patches/patch-ad

13 lines
389 B
Text

$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