summaryrefslogtreecommitdiff
path: root/net/sharity-light/patches/patch-ab
blob: 580d05642ad051acf210d65e77a256acebfd61f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.1.1.1 2001/03/09 16:09:36 wiz Exp $

--- nfs/syscalls.c.orig	Thu Mar  8 11:29:41 2001
+++ nfs/syscalls.c	Thu Mar  8 11:29:55 2001
@@ -19,6 +19,10 @@
 #include <arpa/inet.h>
 #include "my_defines.h"
 
+#ifdef __NetBSD__
+#include <nfs/nfsmount.h>
+#endif
+
 /* --------------------------- general constants --------------------------- */
 
 #define NFS_TIMEOUT_SECONDS		10	/* nfs timeout in seconds */