pkgsrc-ng/mail/qmail/patches/patch-spawn.c
2014-08-11 13:27:10 +02:00

14 lines
326 B
C

$NetBSD: patch-spawn.c,v 1.2 2013/08/15 15:43:48 schmonz Exp $
Fix qmail-*spawn segfaults on DragonFly (pkg/46333).
--- spawn.c.orig 2012-04-14 13:35:08.381341000 +0000
+++ spawn.c
@@ -1,5 +1,6 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include "alloc.h"
#include "sig.h"
#include "wait.h"
#include "substdio.h"