Description: Fix FTBFS on Debian GNU/kFreeBSD
Origin: vendor
Bug-Debian: http://bugs.debian.org/670808
Forwarded: no
Author: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2012-04-30

--- a/Fuse.xs
+++ b/Fuse.xs
@@ -12,7 +12,7 @@
 # include <sys/xattr.h>
 #endif
 
-#if defined(__linux__)
+#if ( defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) )
 # define STAT_SEC(st, st_xtim) ((st)->st_xtim.tv_sec)
 # define STAT_NSEC(st, st_xtim) ((st)->st_xtim.tv_nsec)
 #else
