]> git.sesse.net Git - vlc/blobdiff - modules/access/file.c
Work around missing POSIX.2008 dirfd() on Solaris (fixes: #3029)
[vlc] / modules / access / file.c
index fc4a3c66be9724c6a37559677ef2aca2740bac35..88b4d50975d77027239848f09c2b48506d1545fc 100644 (file)
 #if defined (__linux__)
 #   include <sys/vfs.h>
 #   include <linux/magic.h>
-#   define HAVE_FSTATFS 1
 #elif defined (HAVE_SYS_MOUNT_H)
+#   include <sys/param.h>
 #   include <sys/mount.h>
-#   define HAVE_FSTATFS 1
 #endif
 
 #if defined( WIN32 )