Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-af,v 1.1 2011/01/10 12:47:03 obache Exp $
* ignore WALLSIG if not exists.
--- stdio2pty.c.orig 2004-09-12 19:20:28.000000000 +0000
+++ stdio2pty.c
@@ -18,6 +18,10 @@
#define MAX_BUFF_LEN 32768
+#ifndef WALLSIG
+#define WALLSIG 0
+#endif
+
static int all_done, exit_status, child_pid;
static struct buffer_ctx *stdout_buff;