Commit 5ca64a30 authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

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

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
(cherry picked from commit e4393c59cb59b7ff31b239fd8048d36c5b8fc4e2)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent cfd21104
......@@ -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