diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-01 23:59:45 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-02-01 23:59:45 +0000 |
commit | ae65663064eaf231cb57148d5c542d6646d5e696 (patch) | |
tree | 3bd2c3679dc61f6d3bc71d8c2c0503dd326adea3 /lib | |
parent | 52a43df1b18556e9dd1ee5916a88ed0c6027ce28 (diff) | |
download | coreutils-ae65663064eaf231cb57148d5c542d6646d5e696.tar.xz |
mountlist.h, mountlist.h cleanup, and add support for subfs.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 6c34b0878..1dbfcbc2d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2005-02-01 Paul Eggert <eggert@cs.ucla.edu> + + * mountlist.h (MOUNTLIST_H_): New macro, to protect against double + inclusion. + Include <sys/types.h>, for dev_t. + (ME_DUMMY, ME_REMOTE): Move from here.... + * mountlist.c (ME_DUMMY, ME_REMOTE): To here. + (ME_DUMMY): Count "subfs" as a dummy. Problem reported by + Dmitry V. Levin. + Include mountlist.h first, to test the interface. + 2005-01-29 Jim Meyering <jim@meyering.net> * Makefile.am (libfetish_a_SOURCES): Remove many files from this |