From: Jim Meyering Date: Tue, 18 Mar 2003 17:04:18 +0000 (+0000) Subject: undo mountlist.h change X-Git-Tag: v4.5.11~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c866ac1a00bb77a8411f70755490506605ed71;p=thirdparty%2Fcoreutils.git undo mountlist.h change --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 79240b0a3b..e30f862fbd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,10 +1,5 @@ 2003-03-18 Jim Meyering - * 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.