From 08555e714e207c41d086b2ebe21d836bfbf8100d Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 13 Jan 2006 21:51:06 +0000 Subject: Fix errno. --- lang/ja-gawk/distinfo | 3 ++- lang/ja-gawk/patches/patch-ad | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 lang/ja-gawk/patches/patch-ad (limited to 'lang') diff --git a/lang/ja-gawk/distinfo b/lang/ja-gawk/distinfo index b9eed7a7756..3e645e538b1 100644 --- a/lang/ja-gawk/distinfo +++ b/lang/ja-gawk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 09:03:08 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/01/13 21:51:06 joerg Exp $ SHA1 (gawk-3.0.4.tar.gz) = c22ab0ef08d80b6a4af821c8baffb9941b7f5e87 RMD160 (gawk-3.0.4.tar.gz) = 57fb10dced133236922aa70530e09bd22b5b69bc @@ -9,3 +9,4 @@ Size (gawkmb112.diff.gz) = 94799 bytes SHA1 (patch-aa) = da52f4b7afc6597750ebf8e77d395d41e57d74a7 SHA1 (patch-ab) = bae2a88656dee140972e283770e1864c6d78b672 SHA1 (patch-ac) = 72a7fa6e616e441a6cd7b52f79359c534fd4f452 +SHA1 (patch-ad) = d604f0af916307fc6f1e7f647cbcae0b6cdcfec9 diff --git a/lang/ja-gawk/patches/patch-ad b/lang/ja-gawk/patches/patch-ad new file mode 100644 index 00000000000..cc46171cdc5 --- /dev/null +++ b/lang/ja-gawk/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2006/01/13 21:51:06 joerg Exp $ + +--- io.c.orig 2006-01-13 21:48:53.000000000 +0000 ++++ io.c +@@ -1055,7 +1055,6 @@ int interesting; /* pid of interest, if + int pid; + int status = 0; + struct redirect *redp; +- extern int errno; + + hstat = signal(SIGHUP, SIG_IGN); + istat = signal(SIGINT, SIG_IGN); -- cgit v1.2.3