pkgsrc-wip/xfce4-thunar/patches/patch-aa
2006-07-19 08:14:15 +00:00

15 lines
489 B
Text

$NetBSD: patch-aa,v 1.1 2006/07/19 08:14:15 marttikuparinen Exp $
--- thunar-vfs/thunar-vfs-info.c.orig 2006-07-19 10:35:55.000000000 +0000
+++ thunar-vfs/thunar-vfs-info.c 2006-07-19 10:37:57.000000000 +0000
@@ -55,6 +55,10 @@
#include <unistd.h>
#endif
+#if defined(__NetBSD__) && (__NetBSD_Version__ > 299000900) /* NetBSD 2.99.9 */
+#define statfs statvfs
+#endif
+
/* implement thunar-vfs-info's inline functions */
#define G_IMPLEMENT_INLINES 1
#define __THUNAR_VFS_INFO_C__