1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

[HAVE_SYS_FS_S5PARAM_H]: Include sys/fs/s5param.h

to work around bug in sys/filsys.h of Fujitsu UXP/V.
Reported by Johan Danielsson.
This commit is contained in:
Jim Meyering
1996-07-31 04:43:59 +00:00
parent a044608569
commit 402b4612f8
+4
View File
@@ -37,6 +37,10 @@ int statfs ();
#include <sys/vfs.h>
#endif
#ifdef HAVE_SYS_FS_S5PARAM_H /* Fujitsu UXP/V */
#include <sys/fs/s5param.h>
#endif
#if defined(HAVE_SYS_FILSYS_H) && !defined(_CRAY)
#include <sys/filsys.h> /* SVR2. */
#endif