diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 12:55:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 12:55:08 +0000 |
commit | 542e6193255e816eb34ea69f2995a5900b90dcf0 (patch) | |
tree | 9a7dc9e6922c2104921a9f049378f1b264a23d28 /net/sup | |
parent | 3d3f53d0483b58039e14dfd0dc89a03f3808d1c1 (diff) | |
download | pkgsrc-542e6193255e816eb34ea69f2995a5900b90dcf0.tar.gz |
Standardize statvfs test. From Sergey Svishchev.
Diffstat (limited to 'net/sup')
-rw-r--r-- | net/sup/distinfo | 3 | ||||
-rw-r--r-- | net/sup/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/sup/distinfo b/net/sup/distinfo index 6b68297b51c..6233398f4d6 100644 --- a/net/sup/distinfo +++ b/net/sup/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2006/11/09 09:34:17 rillig Exp $ +$NetBSD: distinfo,v 1.4 2007/12/02 12:55:08 wiz Exp $ SHA1 (sup-0.0.tar.gz) = 7518db485449aef362fc178226249c29bc6de0d7 RMD160 (sup-0.0.tar.gz) = a7939d2743a3a1de0c502c49db54391c29fd9db0 Size (sup-0.0.tar.gz) = 92239 bytes SHA1 (patch-aa) = 9aa1343a5b3acd8bfc83726113b569471e943e13 +SHA1 (patch-ab) = b725d6bfef4a06612f0bd11cdee36d9584f19ab3 diff --git a/net/sup/patches/patch-ab b/net/sup/patches/patch-ab new file mode 100644 index 00000000000..d313d01b3bc --- /dev/null +++ b/net/sup/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2007/12/02 12:55:09 wiz Exp $ + +--- supfilesrv.c.orig 2006-03-14 17:45:03.000000000 +0000 ++++ supfilesrv.c +@@ -1913,7 +1913,7 @@ local_file(int handle, struct stat * sin + * determined this empirically -- DLC). Without a fstatvfs() + * system call, this will have to do for now. + */ +-#if defined(__SVR4) || __NetBSD_Version__ > 200030000 ++#if defined(__SVR4) || __NetBSD_Version__ > 299000900 + { + struct statvfs sf; + |