Paul Eggert
52a43df1b1
(MOUNTLIST_H_): New macro, to protect against double inclusion.
...
Include <sys/types.h>, for dev_t.
(ME_DUMMY, ME_REMOTE): Move to mountlist.c.
2005-02-01 23:58:30 +00:00
Paul Eggert
d1ee2543c7
Include <stdbool.h>.
...
(read_file_system_list): Accept bool flag, not int.
2004-08-02 20:27:16 +00:00
Jim Meyering
937b5e0826
(read_file_system_list): Renamed from
...
read_filesystem_list. All definitions and uses changed.
2004-06-30 22:37:20 +00:00
Jim Meyering
fed2b79e89
(struct mount_entry.me_type_malloced): New member.
2003-11-01 08:54:35 +00:00
Jim Meyering
b1b4af8047
Sync with gnulib.
2003-08-18 09:44:49 +00:00
Jim Meyering
42cd1376ed
(PARAMS): Remove. All uses removed.
2003-06-18 07:57:26 +00:00
Jim Meyering
5f4059d425
undo last change
2003-03-18 17:04:04 +00:00
Jim Meyering
dc872b1ebe
(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.
2003-03-18 15:39:45 +00:00
Jim Meyering
00489c764a
(ME_DUMMY): Don't count entries of type `auto' as dummy ones.
...
At least on GNU/Linux systems, `auto' means something else.
From Michael Stone.
2002-07-09 08:40:15 +00:00
Jim Meyering
c6be028a84
(STREQ): Define.
2001-12-15 16:58:53 +00:00
Jim Meyering
d063f15ca1
(ME_REMOTE): Recognize file systems of type smbfs
...
as `remote' if the name starts with `//'.
2001-12-15 10:36:58 +00:00
Jim Meyering
8f245c6f2c
(ME_DUMMY): Add `autofs' to the list of ignored fs_type strings.
...
From Mark D. Roth.
2000-06-02 11:20:30 +00:00
Jim Meyering
7dfff499c3
(struct mount_entry):
...
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-29 03:58:55 +00:00
Jim Meyering
3f3df4e600
Use PARAMS macro.
1998-07-25 15:01:32 +00:00
Jim Meyering
122d3f15ae
(REMOTE_FS_TYPE): New macro.
1998-07-25 14:55:10 +00:00
Jim Meyering
e8b07e3796
update FSF address in copyright
1996-07-15 03:36:16 +00:00
Jim Meyering
14fd34b788
Initial revision
1992-10-31 20:42:48 +00:00