fsusage, mountlist, getloadavg, getgroups: Remove support for Ultrix.
commite96dcbcbc5142bd04c6c2e9e4595d9bea910fb3b
authorBruno Haible <bruno@clisp.org>
Tue, 16 Oct 2018 19:25:00 +0000 (16 21:25 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2018 23:46:16 +0000 (18 01:46 +0200)
tree0b1c69856a2b7423a3db669edb24125f100e5aea
parenta2ae04a08f6da63181cbadfffab537f98d987d55
fsusage, mountlist, getloadavg, getgroups: Remove support for Ultrix.

* m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't define
STAT_STATFS2_FS_DATA.
* lib/fsusage.c: Remove STAT_STATFS2_FS_DATA case.
* m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't define
MOUNTED_GETMNT.
* lib/mountlist.c: Remove MOUNTED_GETMNT case.
* lib/getloadavg.c (decstation): Remove definition and case.
* m4/getgroups.m4 (AC_FUNC_GETGROUPS): Mention NeXTstep, not Ultrix.
* lib/getgroups.c: Likewise.
* doc/posix-functions/getgroups.texi: Likewise.
* lib/time.in.h: Update comments.
ChangeLog
doc/posix-functions/getgroups.texi
lib/fsusage.c
lib/getgroups.c
lib/getloadavg.c
lib/mountlist.c
lib/time.in.h
m4/fsusage.m4
m4/getgroups.m4
m4/ls-mntd-fs.m4