diff options
Diffstat (limited to 'print/cups/patches/patch-au')
-rw-r--r-- | print/cups/patches/patch-au | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/print/cups/patches/patch-au b/print/cups/patches/patch-au deleted file mode 100644 index 6288805819d..00000000000 --- a/print/cups/patches/patch-au +++ /dev/null @@ -1,14 +0,0 @@ -$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... |