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

--- plpnfsd/mp_inode.c.orig	Mon Jul  5 22:33:05 1999
+++ plpnfsd/mp_inode.c
@@ -11,7 +11,7 @@
 #include "mp.h"
 #include "rfsv_api.h"
 
-#if defined(__SVR4) || defined(__GLIBC__) || defined(__FreeBSD__)
+#if defined(__SVR4) || defined(__GLIBC__) || defined(__FreeBSD__) || defined(__NetBSD__)
 #include <string.h>
 #include <stdlib.h>
 #endif