mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
14 lines
326 B
C
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"
|