summaryrefslogtreecommitdiff
path: root/devel/distcc/patches/patch-src_emaillog.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/distcc/patches/patch-src_emaillog.c')
-rw-r--r--devel/distcc/patches/patch-src_emaillog.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/distcc/patches/patch-src_emaillog.c b/devel/distcc/patches/patch-src_emaillog.c
deleted file mode 100644
index c034d4cd7a4..00000000000
--- a/devel/distcc/patches/patch-src_emaillog.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_emaillog.c,v 1.1 2013/02/03 13:56:17 schmonz Exp $
-
-Use system vsnprintf() as intended (fixes build on OS X 10.6).
-
---- src/emaillog.c.orig 2008-12-02 21:50:24.000000000 +0000
-+++ src/emaillog.c
-@@ -18,6 +18,8 @@
- * USA.
- */
-
-+#include <config.h>
-+
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <errno.h>