summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-17 01:40:37 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-17 01:40:37 +0000
commit6d7a9aa8dd9c04774a7eb3605449efaaca2b4332 (patch)
treea316125b02dc53fb28b4c41521e3ad04f0cdf4a5 /shells
parentFix a bug in the version comparison logic (epochs weren't being compared (diff)
-CURRENT has <sys/statvfs.h> but no actual statvfs() implementation,
which badly confuses the configure tests that check for this functionality. Remove the tests for the time being.
Notes
Notes: svn path=/head/; revision=63108
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh93/files/patch-src_lib_libast_features_fs22
1 files changed, 22 insertions, 0 deletions
diff --git a/shells/ksh93/files/patch-src_lib_libast_features_fs b/shells/ksh93/files/patch-src_lib_libast_features_fs
new file mode 100644
index 000000000000..647a92f40179
--- /dev/null
+++ b/shells/ksh93/files/patch-src_lib_libast_features_fs
@@ -0,0 +1,22 @@
+
+$FreeBSD$
+
+--- src/lib/libast/features/fs.orig Wed Jul 17 02:32:11 2002
++++ src/lib/libast/features/fs Wed Jul 17 02:48:42 2002
+@@ -191,15 +191,11 @@
+ mem mntent.mnt_opts,mnttab.mnt_opts sys/types.h mnttab.h sys/mnttab.h
+ mem stat.st_blocks,stat.st_blksize,stat.st_rdev sys/types.h sys/stat.h
+ mem statfs.f_files,statfs.f_bavail sys/types.h - sys/statfs.h - sys/vfs.h - sys/param.h sys/mount.h
+-mem statvfs.f_basetype,statvfs.f_frsize sys/types.h sys/statvfs.h
+-ary f_reserved7 sys/types.h sys/statvfs.h note{ statvfs.f_reserved7 can double for statvfs.f_basetype }end compile{
+- int f(vp)struct statvfs* vp;{return vp->f_reserved7[0] = 1;}
+-}end
+ hdr mntent,mnttab
+ lib getmntent,getmntinfo,mntctl,mntopen,mntread,mntclose,setmntent
+ lib w_getmntent
+ lib statfs,statvfs
+-sys fs_types,mntent,mnttab,mount,statfs,statvfs,vfs,vmount
++sys fs_types,mntent,mnttab,mount,statfs,vfs,vmount
+ lib statfs4 sys/types.h - sys/statfs.h - sys/vfs.h - sys/mount.h compile{
+ int f()
+ {