Step 2: base dep: devel/bison

This commit is contained in:
Lionel Sambuc 2014-04-17 10:58:15 +02:00 committed by Lionel Sambuc
parent 8e7d78b246
commit 3d6156f80c

View File

@ -0,0 +1,17 @@
$NetBSD$
--- lib/spawni.c.orig Mon Apr 8 09:18:57 2013
+++ lib/spawni.c
@@ -223,10 +223,12 @@ __spawni (pid_t *pid, const char *file,
}
#endif
+#ifndef __minix
/* Set the process group ID. */
if ((flags & POSIX_SPAWN_SETPGROUP) != 0
&& setpgid (0, attrp->_pgrp) != 0)
_exit (SPAWN_ERROR);
+#endif
/* Set the effective user and group IDs. */
if ((flags & POSIX_SPAWN_RESETIDS) != 0