blob: 85500148bfa649fa98bc2c4171fd18b795782379 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-au,v 1.14 2011/11/13 21:49:17 sbd Exp $
--- scheduler/printers.c.orig 2011-06-15 00:46:13.000000000 +0000
+++ scheduler/printers.c
@@ -80,6 +80,9 @@
# include <asl.h>
#endif /* __APPLE__ */
+#if defined(HAVE_STATVFS) && defined(__NetBSD__)
+#undef HAVE_STATFS
+#endif
/*
* Local functions...
|