diff options
author | tron <tron@pkgsrc.org> | 1998-05-06 16:49:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-06 16:49:14 +0000 |
commit | cdad108b62a7ee377ef56bd5872437c3516cd029 (patch) | |
tree | a007abbd920120a31e35ba3d46b0d1f6ae479d71 /net/rumba | |
parent | daf4a838d154406ed94436f2e630a15c4074e762 (diff) | |
download | pkgsrc-cdad108b62a7ee377ef56bd5872437c3516cd029.tar.gz |
Fix "rumba" to compile under plain NetBSD 1.3.
Diffstat (limited to 'net/rumba')
-rw-r--r-- | net/rumba/patches/patch-ab | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/rumba/patches/patch-ab b/net/rumba/patches/patch-ab index 2db561c8c23..7991178117d 100644 --- a/net/rumba/patches/patch-ab +++ b/net/rumba/patches/patch-ab @@ -1,10 +1,12 @@ --- nfs/syscalls.c.orig Mon Mar 23 00:00:17 1998 -+++ nfs/syscalls.c Sun Apr 26 15:29:37 1998 -@@ -17,6 +17,7 @@ ++++ nfs/syscalls.c Wed May 6 18:39:39 1998 +@@ -17,6 +17,9 @@ #endif #include <netdb.h> #include <arpa/inet.h> ++#ifndef NFSMNT_SOFT +#include <nfs/nfsmount.h> ++#endif #include "my_defines.h" /* --------------------------- general constants --------------------------- */ |