summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog8
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>