blob: 6288805819d187fb95ae4b615bf8d7319a05da6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-au,v 1.15 2011/12/21 08:57:11 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__) || defined(__sun) )
+#undef HAVE_STATFS
+#endif
/*
* Local functions...
|