diff options
Diffstat (limited to 'sysutils/lsof/patches/patch-ab')
-rw-r--r-- | sysutils/lsof/patches/patch-ab | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/lsof/patches/patch-ab b/sysutils/lsof/patches/patch-ab new file mode 100644 index 00000000000..4cb1043813c --- /dev/null +++ b/sysutils/lsof/patches/patch-ab @@ -0,0 +1,18 @@ +$NetBSD: patch-ab,v 1.12 2002/08/19 22:52:25 atatat Exp $ + +Make 4.64 build under 1.5. + +--- dialects/n+obsd/dlsof.h.orig Mon Jun 17 03:44:15 2002 ++++ dialects/n+obsd/dlsof.h Wed Aug 14 18:47:38 2002 +@@ -209,9 +209,9 @@ + + # if defined(HASNULLFS) + #define _KERNEL +-# if defined(NETBSDV) && NETBSDV>=1060 ++# if defined(NETBSDV) && NETBSDV>=1050 + #include "netexport.h" +-# endif /* defined(NETBSDV) && NETBSDV>=1060 */ ++# endif /* defined(NETBSDV) && NETBSDV>=1050 */ + #include <miscfs/nullfs/null.h> + #undef _KERNEL + # endif /* defined(HASNULLFS) */ |