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 | d5e8e280ff22d2beabd37f4a509c7b70e1eaa594 (patch) | |
tree | 9a7dc9e6922c2104921a9f049378f1b264a23d28 /shells | |
parent | b9b378c3af042249623b6f9ec9787eaf7b15835d (diff) | |
download | pkgsrc-d5e8e280ff22d2beabd37f4a509c7b70e1eaa594.tar.gz |
Standardize statvfs test. From Sergey Svishchev.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ast-ksh/distinfo | 4 | ||||
-rw-r--r-- | shells/ast-ksh/patches/patch-ac | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shells/ast-ksh/distinfo b/shells/ast-ksh/distinfo index 88aa1807fb1..f620415e5bd 100644 --- a/shells/ast-ksh/distinfo +++ b/shells/ast-ksh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2006/10/03 14:32:37 obache Exp $ +$NetBSD: distinfo,v 1.11 2007/12/02 12:55:09 wiz Exp $ SHA1 (INIT.2006-02-14.tgz) = 4661c72187bff2cd5fa3558ee7c0c22dd3ba5f39 RMD160 (INIT.2006-02-14.tgz) = 68649532a15c34dcb20d61a544c1594d030c5f3f @@ -8,4 +8,4 @@ RMD160 (ast-ksh.2006-02-14.tgz) = e4ac75119e4678af2c90cb3a1a28805ad380e9dd Size (ast-ksh.2006-02-14.tgz) = 1575902 bytes SHA1 (patch-aa) = dd3e5cc9b80ae6e24faed3f15af354cf34fb16a0 SHA1 (patch-ab) = adbbdb5deeb15c1eeb38bec5685d9e6331b2b964 -SHA1 (patch-ac) = 1bb9683cb3a652c9e13d7626d4e6558464209a44 +SHA1 (patch-ac) = ee5c19ead4e27b4b2ac8430e1a98d77ea991b4a1 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 |