diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-18 18:36:04 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-18 18:36:04 +0000 |
commit | 5f57935678613334bfa18ee547cb1f22a3a0a7dd (patch) | |
tree | e102859dc4d733d8423f0aaf91e26a8c3f9c0d2e /ChangeLog | |
parent | 47c8512a6ff9a6df52f6848ff7881e5c55b719c2 (diff) | |
download | coreutils-5f57935678613334bfa18ee547cb1f22a3a0a7dd.tar.xz |
Add support for NetBSD 3.0.
* src/stat.c (USE_STATVFS): Set to 1 if 'struct statvfs' has a field
f_fstypename.
(STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME): Define also if 'struct statvfs'
has a field f_fstypename.
This undoes the 2006-08-15 to src/stat.c.
* lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
(ME_DUMMY): Treat "kernfs" as a dummy.
(read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
* m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
sys/statvfs.h. When getmntinfo was found, check its declaration and
set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
* m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Test also for f_fstypename
in struct statvfs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +2006-08-18 Paul Eggert <eggert@cs.ucla.edu> + + * src/system.h (select_plural): Reduce by 1000000, not 1000, since + the CVS gettext manual now suggests 1000000. + +2006-08-18 Bruno Haible <bruno@clisp.org> + + Add support for NetBSD 3.0. + * src/stat.c (USE_STATVFS): Set to 1 if 'struct statvfs' has a field + f_fstypename. + (STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME): Define also if 'struct statvfs' + has a field f_fstypename. + This undoes the 2006-08-15 to src/stat.c. + 2006-08-17 Paul Eggert <eggert@cs.ucla.edu> Copyright notice fixes. @@ -420,7 +434,7 @@ * tests/misc/Makefile.am (TESTS): Add df. * tests/misc/df: New file. -2006-08-15 Eric Blake <ebb9@byu.net> +2006-08-15 Eric Blake <ebb9@byu.net> * src/stat.c (USE_STATVFS): Define to 0 if f_type is needed, but statvfs.f_type not present. See |