mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
343 B
Plaintext
15 lines
343 B
Plaintext
$NetBSD: patch-au,v 1.2 2015/09/05 13:03:22 jperkin Exp $
|
|
|
|
--- scheduler/printers.c.orig 2012-02-15 23:21:06.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...
|