$NetBSD: patch-ac,v 1.3 2006/03/01 22:46:29 wiz Exp $

--- libmedusa/medusa-unsearched-locations.c.orig	2001-04-07 00:47:06.000000000 +0000
+++ libmedusa/medusa-unsearched-locations.c
@@ -56,6 +56,10 @@
 #include <glib.h>
 #include <libgnomevfs/gnome-vfs-utils.h>
 
+#if defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900) /* NetBSD 2.99.9 */
+#define statfs statvfs
+#endif
+
 #include "medusa-unsearched-locations.h"
 
 #define CDROM_DRIVE_STATUS	0x5326  /* Get tray position, etc. */
