fsusage: remove SVR2 support
commit467061a2014d742a27eb8d4498e8d09fb3225d53
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Oct 2017 03:35:53 +0000 (1 20:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 2 Oct 2017 03:36:35 +0000 (1 20:36 -0700)
tree33d51360ae1b1c7829ccbedaf6f0449dec72de0e
parent07241892581eb2ac9f7e293bfbd805256b15525c
fsusage: remove SVR2 support

SVR2 was obsolete by 1986 and is no longer supported by anybody,
and its code was getting in the way of use of this module by
Emacs, which has its own ‘read’ function anyway.
* lib/fsusage.c: Do not include sys/filsys.h.
(get_fs_usage): Remove SVR2-specific code.
* m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE):
Do not test for sys/filsys.h or set STAT_READ_FILSYS.
* modules/fsusage (Depends-on): Do not depend on full-read.
ChangeLog
lib/fsusage.c
m4/fsusage.m4
modules/fsusage