summaryrefslogtreecommitdiff
path: root/lib/mountlist.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-10-16 21:02:51 +0200
committerBruno Haible <bruno@clisp.org>2018-10-18 01:46:16 +0200
commit23671eec22f5221a2dff50942f24c41bcf9caeaf (patch)
tree25183e682f4fdbe70b466f3d81b04f01869c2744 /lib/mountlist.c
parent8ae091f7c8cd35cc7dff82c544d04da6fd095e11 (diff)
downloadgnulib-23671eec22f5221a2dff50942f24c41bcf9caeaf.tar.gz
fsusage, mountlist, getloadavg: Remove support for Dynix/ptx.
* lib/fsusage.c: Remove _SEQUENT_ case. * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Update comments. * lib/mountlist.c: Don't test for MNTTABNAME. * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Don't test for libseq. (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't test for MNTTABNAME. * lib/getloadavg.c: Remove _SEQUENT_ and sequent cases. * lib/stat-size.h: Don't mention the Sequent bug. * doc/posix-functions/utime.texi: Don't mention the Dynix bug.
Diffstat (limited to 'lib/mountlist.c')
-rw-r--r--lib/mountlist.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/mountlist.c b/lib/mountlist.c
index d655d9501c..01ad309f3f 100644
--- a/lib/mountlist.c
+++ b/lib/mountlist.c
@@ -63,7 +63,7 @@
#endif /* MOUNTED_GETFSSTAT */
#ifdef MOUNTED_GETMNTENT1 /* glibc, HP-UX, IRIX, Cygwin, Android,
- also (obsolete) 4.3BSD, SunOS, Dynix */
+ also (obsolete) 4.3BSD, SunOS */
# include <mntent.h>
# include <sys/types.h>
# if !defined MOUNTED
@@ -73,9 +73,6 @@
# if defined MNT_MNTTAB /* HP-UX. */
# define MOUNTED MNT_MNTTAB
# endif
-# if defined MNTTABNAME /* Dynix. */
-# define MOUNTED MNTTABNAME
-# endif
# endif
#endif
@@ -463,7 +460,7 @@ read_file_system_list (bool need_fs_type)
#endif
#ifdef MOUNTED_GETMNTENT1 /* glibc, HP-UX, IRIX, Cygwin, Android,
- also (obsolete) 4.3BSD, SunOS, Dynix */
+ also (obsolete) 4.3BSD, SunOS */
{
FILE *fp;