diff options
Diffstat (limited to 'benchmarks/nttcp/patches/patch-ab')
-rw-r--r-- | benchmarks/nttcp/patches/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/nttcp/patches/patch-ab b/benchmarks/nttcp/patches/patch-ab index 42f9100563c..148ef585d7e 100644 --- a/benchmarks/nttcp/patches/patch-ab +++ b/benchmarks/nttcp/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1 2002/08/21 06:36:35 simonb Exp $ +$NetBSD: patch-ab,v 1.2 2004/05/05 00:46:45 danw Exp $ --- nttcp.c.orig Mon Dec 18 21:16:54 2000 +++ nttcp.c @@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.1 2002/08/21 06:36:35 simonb Exp $ /*====================================================================*/ -#if defined(FreeBSD) -+#if defined(FreeBSD) || defined(__NetBSD__) ++#ifndef SIGCLD #define SIGCLD SIGCHLD #endif /*FreeBSD*/ |