Index: sharity-light/files/patch-ae =================================================================== RCS file: /WORK/REPO/FreeBSD/ports/net/sharity-light/files/patch-ae,v retrieving revision 1.1 diff -u -r1.1 patch-ae --- sharity-light/files/patch-ae 11 Oct 2001 12:44:46 -0000 1.1 +++ sharity-light/files/patch-ae 18 Nov 2003 16:52:42 -0000 @@ -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 +-#if !(defined HP || defined IRIX) ++#if !(defined HP || defined IRIX || __FreeBSD_version >= 501113) + #include "nfs_prot.h" ++#else ++#include + #endif + #include + #include +@@ -56,7 +58,16 @@ #define NFSX_V2FH 32 #ifdef BSD4_4_LITE2 # include