|
ff8b01f4
|
1998-06-30T03:56:57
|
|
(read_filesystem_list) [MOUNTED_GETMNTENT2]:
Always close stream and file descriptor before returning.
|
|
07ce9324
|
1998-06-30T02:15:43
|
|
(read_filesystem_list): If SVR4, lock /etc/.mnttab.lock if available,
to avoid race conditions (e.g. with the automounter on Solaris 2.6).
Include <errno.h>, <fcntl.h>, <unistd.h>.
|
|
b6a91103
|
1998-06-29T17:01:48
|
|
(fstype_to_string): Guard with #if ! HAVE_F_FSTYPENAME_IN_STATFS.
|
|
c52618d1
|
1998-06-29T01:10:24
|
|
(fsp_to_string): Clean out some crufty #ifdefs
now that we're using the jm_FSTYPENAME autoconf macro.
|
|
67f394c1
|
1998-03-15T11:09:10
|
|
Use #if, not #ifdef with HAVE_ macros
|
|
0f905c09
|
1997-12-25T17:02:25
|
|
Declare stpcpy only if not defined as macro.
|
|
f542a4ad
|
1997-05-28T11:42:29
|
|
(read_filesystem_list): Add `|| defined (__OpenBSD__)'
to the NetBSD #if so OpenBSD also uses the f_fstypename member.
(fstype_to_string): Add `&& !defined (__OpenBSD__)' to the NetBSD #if
expression to exclude this function definition. OpenBSD 2.1 beta
doesn't need it. Patch from Hugh Daniel <hugh@ecotone.xanadu.com>
|
|
3b9c7bc2
|
1997-05-24T14:43:21
|
|
(read_filesystem_list): Show automount-related
duplicate filesystems only when --all specified. With suggestions
from Stuart Kemp.
|
|
57d62c35
|
1997-05-24T14:42:40
|
|
Indent cpp directives.
|
|
81d7fb95
|
1997-01-25T13:50:24
|
|
remove trailing blanks
|
|
040465a3
|
1996-10-12T23:21:32
|
|
(fstype_to_string): Handle fstypes of freebsd.
From Arne Henrik Juul.
|
|
6d8337bf
|
1996-07-15T03:36:16
|
|
update FSF address in copyright
|
|
7f7c69fa
|
1996-05-23T13:04:41
|
|
(read_filesystem_list) [MOUNTED_LISTMNTENT]: New function.
From Johan Danielsson (joda@pdc.kth.se).
|
|
aa5959b9
|
1995-10-05T14:14:45
|
|
(read_filesystem_list): Cast -1 to dev_t before assignment.
|
|
36427d6c
|
1994-10-08T16:38:01
|
|
.
|
|
d87c3946
|
1992-10-31T20:42:48
|
|
Initial revision
|