]> git.sesse.net Git - vlc/blobdiff - modules/access/file.c
Don't use solaris incompatible fstatfs(fd, struct, int, int)
[vlc] / modules / access / file.c
index e20a1a6554e2d272872c54f40c05c5ad8049c51e..b96f60bb92496aa86c4eacfd1b7b7dd20ece3e24 100644 (file)
@@ -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