summaryrefslogtreecommitdiff
path: root/security/cfs/patches
diff options
context:
space:
mode:
authorabs <abs>2005-09-08 22:37:53 +0000
committerabs <abs>2005-09-08 22:37:53 +0000
commitaba453c4e7d8a6488c6038da136959e587e2c95c (patch)
treeca610a49f52ca0c0a1eb5fd47b6dc4093323d294 /security/cfs/patches
parent321c0251b3387ffe24e7f337b907496606b4c464 (diff)
downloadpkgsrc-aba453c4e7d8a6488c6038da136959e587e2c95c.tar.gz
Catch some NetBSD statvfs() checks phrased alternatively as > 200030000
rather than >= 200040000 and one enterprisingly hidden as > 200050000
Diffstat (limited to 'security/cfs/patches')
-rw-r--r--security/cfs/patches/patch-ag4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cfs/patches/patch-ag b/security/cfs/patches/patch-ag
index 231795ed042..ff36d464ba7 100644
--- a/security/cfs/patches/patch-ag
+++ b/security/cfs/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.2 2004/08/02 17:09:06 tv Exp $
+$NetBSD: patch-ag,v 1.3 2005/09/08 22:37:54 abs Exp $
--- cattach.c.orig 2004-07-25 21:55:56.000000000 +1000
+++ cattach.c
@@ -6,7 +6,7 @@ $NetBSD: patch-ag,v 1.2 2004/08/02 17:09:06 tv Exp $
struct fs_data sfb;
#define f_blocks fd_req.btot
#else
-+#if defined(__NetBSD_Version__) && __NetBSD_Version__ >= 200050000
++#if defined(__NetBSD_Version__) && __NetBSD_Version__ >= 299000900
+ struct statvfs sfb;
+#else
struct statfs sfb;