$NetBSD: patch-aa,v 1.2 2005/11/12 06:23:40 martti Exp $

--- panel-plugin/fsguard.c.orig	2005-10-11 16:27:09.000000000 -0400
+++ panel-plugin/fsguard.c
@@ -45,6 +45,9 @@
 #include <sys/param.h>
 #include <sys/mount.h>
 #endif
+#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900) /* NetBSD 2.99.9 */
+#define statfs statvfs
+#endif
 #include <panel/plugins.h>
 #include <panel/xfce.h>
 #include <panel/xfce_support.h>
