diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-18 15:39:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-18 15:39:58 +0000 |
commit | 336a1e2dad2afceafc9cd65f22b50663b0cd3620 (patch) | |
tree | f9f5493b11a3a8920e89c9cfb837982967ee1825 /lib | |
parent | dc872b1ebe533874890dc2c44a18e50367c0b531 (diff) | |
download | coreutils-336a1e2dad2afceafc9cd65f22b50663b0cd3620.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 684339d71..79240b0a3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,13 @@ 2003-03-18 Jim Meyering <jim@meyering.net> + * mountlist.h (ME_REMOTE): Recognize as remote any file system + that has an Fs_type with the `nfs' (any case) prefix. + This is necessary at least for AIX 5.1 when it uses the + MOUNTED_GETMNTENT1 code. Reported by Mike Jetzer. + + * exclude.c (excluded_filename): Define and use typedef to + avoid type mismatch in conditional expression. + * quote.c (quote_n): Fix typo in comment. 2003-03-17 Jim Meyering <jim@meyering.net> |