Created attachment 3851 GNU/Hurd compilation fix Currently xfce4-fsguard-plugin does not compile on GNU/Hurd, as there is no header included for statfs(). The attached patch (which work for both 1.0.0 and current Git) includes <sys/statfs.h> on GNU/Hurd, making this plugin compile.
Cool, can you confirm it works in addition of compiling?
(In reply to comment #1) > Cool, can you confirm it works in addition of compiling? Unfortunately I cannot at the moment, but I see nothing wrong in the only OS-specific bit of code of the applet (i.e. fsguard_check_fs()).
It seems there's a better fix in #8820.. *** This bug has been marked as a duplicate of bug 8820 ***