summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-18 17:04:18 +0000
committerJim Meyering <jim@meyering.net>2003-03-18 17:04:18 +0000
commitb9c866ac1a00bb77a8411f70755490506605ed71 (patch)
tree6c7664798a484d19416eb2541b4807f1fee37b32 /lib
parent5f4059d425bb377bd6ea78f55618f21badb1e802 (diff)
downloadcoreutils-b9c866ac1a00bb77a8411f70755490506605ed71.tar.xz
undo mountlist.h change
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 79240b0a3..e30f862fb 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,10 +1,5 @@
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.