1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build after recent NFS code change in -CURRENT.

PR:		59425
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
Joe Marcus Clarke 2003-11-20 14:45:13 +00:00
parent 2d4e8b8820
commit cfdb18dc04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94471

View File

@ -1,6 +1,18 @@
--- nfs/syscalls.c.orig Thu Oct 11 14:20:28 2001
+++ nfs/syscalls.c Thu Oct 11 14:20:33 2001
@@ -56,7 +56,16 @@
--- nfs/syscalls.c.orig Tue Jun 30 12:24:56 1998
+++ nfs/syscalls.c Tue Nov 18 16:52:35 2003
@@ -12,8 +12,10 @@
#define NFSCLIENT
#include "syshdr.h"
#include <rpc/rpc.h>
-#if !(defined HP || defined IRIX)
+#if !(defined HP || defined IRIX || __FreeBSD_version >= 501113)
#include "nfs_prot.h"
+#else
+#include <nfs/nfsproto.h>
#endif
#include <netdb.h>
#include <arpa/inet.h>
@@ -56,7 +58,16 @@
#define NFSX_V2FH 32
#ifdef BSD4_4_LITE2
# include <nfs/rpcv2.h>