aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mountlist.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-41/+0
2005-06-02Don't use "path" or "filename" to mean "file name"Paul Eggert1-2/+2
in comments or local variable names.
2005-05-14Correct cpp indentationJim Meyering1-3/+3
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-02-01(MOUNTLIST_H_): New macro, to protect against double inclusion.Paul Eggert1-20/+6
Include <sys/types.h>, for dev_t. (ME_DUMMY, ME_REMOTE): Move to mountlist.c.
2004-08-02Include <stdbool.h>.Paul Eggert1-1/+3
(read_file_system_list): Accept bool flag, not int.
2004-06-30(read_file_system_list): Renamed fromJim Meyering1-4/+4
read_filesystem_list. All definitions and uses changed.
2003-11-01(struct mount_entry.me_type_malloced): New member.Jim Meyering1-0/+1
2003-08-18Sync with gnulib.Jim Meyering1-1/+3
2003-06-18(PARAMS): Remove. All uses removed.Jim Meyering1-9/+1
2003-03-18undo last changeJim Meyering1-5/+3
2003-03-18(ME_REMOTE): Recognize as remote any file systemJim Meyering1-3/+5
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.
2002-07-09(ME_DUMMY): Don't count entries of type `auto' as dummy ones.Jim Meyering1-3/+2
At least on GNU/Linux systems, `auto' means something else. From Michael Stone.
2001-12-15(STREQ): Define.Jim Meyering1-0/+3
2001-12-15(ME_REMOTE): Recognize file systems of type smbfsJim Meyering1-6/+12
as `remote' if the name starts with `//'.
2000-06-02(ME_DUMMY): Add `autofs' to the list of ignored fs_type strings.Jim Meyering1-2/+5
From Mark D. Roth.
1998-07-29(struct mount_entry):Jim Meyering1-6/+10
New members me_dummy, me_remote. (read_filesystem_list): Remove all_fs argument. (REMOTE_FS_TYPE): Remove. (ME_DUMMY, ME_REMOTE): New macros. From Paul.
1998-07-25Use PARAMS macro.Jim Meyering1-5/+10
1998-07-25(REMOTE_FS_TYPE): New macro.Jim Meyering1-0/+6
1996-07-15update FSF address in copyrightJim Meyering1-2/+2
1992-10-31Initial revisionJim Meyering1-0/+32