From 542e6193255e816eb34ea69f2995a5900b90dcf0 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 2 Dec 2007 12:55:08 +0000 Subject: Standardize statvfs test. From Sergey Svishchev. --- shells/ast-ksh/distinfo | 4 ++-- shells/ast-ksh/patches/patch-ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'shells') 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 /* expect some macro redefinitions here */ #include -+#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000000) ++#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900) +#define statfs statvfs +#define f_flags f_flag +#endif -- cgit v1.2.3