Package: xfce4-fsguard-plugin Severity: important Tags: patch Dear Maintainer,
xfce4-fsguard-plugin currently FTBFS on hurd. The attached patch should fix this issue. WBR, Cyril Roelandt. -- System Information: Debian Release: wheezy/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: hurd-i386 (i686-AT386) Kernel: GNU-Mach 1.3.99/Hurd-0.3 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- xfce4-fsguard-plugin.orig/panel-plugin/fsguard.c 2012-04-29 04:35:14.000000000 +0000 +++ xfce4-fsguard-plugin/panel-plugin/fsguard.c 2012-04-29 04:32:51.000000000 +0000 @@ -38,7 +38,7 @@ #include <string.h> #include <sys/types.h> #include <sys/stat.h> -#if defined(__linux__) +#if defined(__linux__) || defined(__GNU__) #include <sys/vfs.h> #elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD_kernel__) #include <sys/param.h>
_______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel

