diff options
author | abs <abs> | 2005-09-08 22:37:53 +0000 |
---|---|---|
committer | abs <abs> | 2005-09-08 22:37:53 +0000 |
commit | f7b26982251774e6706a89bc2af0a70783ff18d7 (patch) | |
tree | ca610a49f52ca0c0a1eb5fd47b6dc4093323d294 /misc/gnuls/patches | |
parent | 3049cd2f75ddc76a239ac83b1c220c8a253061bb (diff) | |
download | pkgsrc-f7b26982251774e6706a89bc2af0a70783ff18d7.tar.gz |
Catch some NetBSD statvfs() checks phrased alternatively as > 200030000
rather than >= 200040000 and one enterprisingly hidden as > 200050000
Diffstat (limited to 'misc/gnuls/patches')
-rw-r--r-- | misc/gnuls/patches/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnuls/patches/patch-ac b/misc/gnuls/patches/patch-ac index d89c97e7f65..913dda4c288 100644 --- a/misc/gnuls/patches/patch-ac +++ b/misc/gnuls/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.1 2004/05/19 16:55:25 jmmv Exp $ +$NetBSD: patch-ac,v 1.2 2005/09/08 22:37:54 abs Exp $ --- lib/mountlist.c.orig 2004-01-26 09:58:12.000000000 +0100 +++ lib/mountlist.c 2004-05-18 20:56:57.000000000 +0200 @@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.1 2004/05/19 16:55:25 jmmv Exp $ #if MOUNTED_GETMNTINFO -+# if defined(__NetBSD__) && (__NetBSD_Version__ > 200030000) ++# if defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900) +# define statfs statvfs +# define HAVE_F_FSTYPENAME_IN_STATFS 1 +# endif |