diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-12 20:15:30 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-12 20:15:30 +0000 |
commit | e0637b5b68f149ad9fbaf238954ad79463eece5a (patch) | |
tree | ec17f8ba9313bd1437f91a66d7a7cb8b93b53177 /lib | |
parent | 00e67bf028509d787e1ae3001adeca1a301b225c (diff) | |
download | coreutils-e0637b5b68f149ad9fbaf238954ad79463eece5a.tar.xz |
Port to Interix.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a10df1671..26226d98d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2006-04-12 Paul Eggert <eggert@cs.ucla.edu> + + * fsusage.c: Don't include <inttypes.h> or <stdint.h>, since + fsusage.h now does that. Include fsusage.h first, to test interface. + Prefer statvfs if it works, since it's blessed by POSIX. Attempt + at most one method (the old code could have generated decls that + didn't conform to C89, not that this was ever exercised). + * fsusage.h: Include <inttypes.h> and <stdint.h> if they exist. + 2006-04-09 Paul Eggert <eggert@cs.ucla.edu> Merge regex changes from libc, removing some of our |