diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-07 14:43:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-07 14:43:41 +0000 |
commit | 2e6f8bf01e3f9ce9bc30658145d04c99e1aef821 (patch) | |
tree | 8be8bbc6c5235c98e496163202a0dbe66cbebe7a | |
parent | a3eb51b0e2cce0add7542f613badc6fb305b6336 (diff) | |
download | coreutils-2e6f8bf01e3f9ce9bc30658145d04c99e1aef821.tar.xz |
*** empty log message ***
-rw-r--r-- | m4/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 997c59a9d..ac1f5960b 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,13 @@ +2002-06-07 Jim Meyering <meyering@lucent.com> + + * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h. + They're needed at least for NetBSD 1.5.2. + ($statxfs_includes): Include those same headers. + ($statxfs_includes): Include sys/vfs.h if available. + ($statxfs_includes): Likewise for sys/statvfs.h. + Check for the following members in both structs statfs and statvfs: + f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen. + 2002-06-01 Jim Meyering <meyering@lucent.com> * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro: |