Hash :
467061a2
Author :
Date :
2017-10-01T20:35:53
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.
Description:
Return file system space usage info.
Files:
lib/fsusage.h
lib/fsusage.c
m4/fsusage.m4
Depends-on:
largefile
stdbool
stdint
configure.ac:
gl_FSUSAGE
if test $gl_cv_fs_space = yes; then
AC_LIBOBJ([fsusage])
gl_PREREQ_FSUSAGE_EXTRA
fi
Makefile.am:
Include:
"fsusage.h"
License:
LGPL
Maintainer:
Jim Meyering