diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-06 10:13:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-06 10:13:35 +0000 |
commit | 4138c9ef9f05d86aaab22257cfa471f794eeca56 (patch) | |
tree | db0f740fb8abf5c34f0a8bbb60fc82518d0c41a6 | |
parent | ac0250af06f90061bb425d99a4ccc3832b1eeac3 (diff) | |
download | coreutils-4138c9ef9f05d86aaab22257cfa471f794eeca56.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index eda1ccf33..06e538578 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2003-02-06 Jim Meyering <jim@meyering.net> + + * search_.h (__restrict): Define to `restrict' or to nothing. + + * fsusage.c: Remove declaration of statfs. + It conflicted with one from OSF/1 5.1 in <sys/mount.h>. + Reported by Nelson Beebe. + 2003-02-05 Jim Meyering <jim@meyering.net> Fix a heap-corruption bug that affected Solaris systems. |