diff options
Diffstat (limited to 'security/cfs/patches')
-rw-r--r-- | security/cfs/patches/patch-ag | 4 |
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; |