diff options
author | Jim Meyering <jim@meyering.net> | 2000-06-29 08:37:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-06-29 08:37:00 +0000 |
commit | 13225e0c76c976fa7772bd8911f4a0636341eced (patch) | |
tree | 10f0387f1688ad940be61e6c9e15c888569b93f3 /lib | |
parent | a1fd5e91ffc905bd36e0ff5b22d21fff649b970c (diff) | |
download | coreutils-13225e0c76c976fa7772bd8911f4a0636341eced.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 0272c8912..9a0466009 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2000-06-29 Jim Meyering <meyering@lucent.com> + + * mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]: + Avoid warning by casting result to `char *' to remove `const'. + 2000-06-17 Bruno Haible <haible@clisp.cons.org> * Makefile.am (libfetish_a_SOURCES): Remove readutmp.c. |