*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 18 Mar 2003 15:39:58 +0000 (15:39 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 18 Mar 2003 15:39:58 +0000 (15:39 +0000)
lib/ChangeLog

index 684339d..79240b0 100644 (file)
@@ -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>