$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 #endif /* __APPLE__ */ +#if defined(HAVE_STATVFS) && ( defined(__NetBSD__) || defined(__sun) ) +#undef HAVE_STATFS +#endif /* * Local functions...