Commit e4393c59 authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Rémi Denis-Courmont

Don't use solaris incompatible fstatfs(fd, struct, int, int)

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 7dafb03c
......@@ -39,6 +39,9 @@
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if defined(HAVE_FSTATFS) && defined(__SunOS)
# undef HAVE_FSTATFS
#endif
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment