summaryrefslogtreecommitdiff
path: root/shells/ast-ksh/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-12-02 12:55:08 +0000
committerwiz <wiz@pkgsrc.org>2007-12-02 12:55:08 +0000
commit542e6193255e816eb34ea69f2995a5900b90dcf0 (patch)
tree9a7dc9e6922c2104921a9f049378f1b264a23d28 /shells/ast-ksh/patches
parent3d3f53d0483b58039e14dfd0dc89a03f3808d1c1 (diff)
downloadpkgsrc-542e6193255e816eb34ea69f2995a5900b90dcf0.tar.gz
Standardize statvfs test. From Sergey Svishchev.
Diffstat (limited to 'shells/ast-ksh/patches')
-rw-r--r--shells/ast-ksh/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/ast-ksh/patches/patch-ac b/shells/ast-ksh/patches/patch-ac
index 9c25b894d98..ad4a1ffa238 100644
--- a/shells/ast-ksh/patches/patch-ac
+++ b/shells/ast-ksh/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 2006/01/07 16:15:46 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2007/12/02 12:55:09 wiz Exp $
--- src/lib/libast/port/mnt.c.orig 2002-09-26 16:33:59.000000000 +0000
+++ src/lib/libast/port/mnt.c
@@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.1 2006/01/07 16:15:46 wiz Exp $
#include <sys/param.h> /* expect some macro redefinitions here */
#include <sys/mount.h>
-+#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000000)
++#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900)
+#define statfs statvfs
+#define f_flags f_flag
+#endif