summaryrefslogtreecommitdiff
path: root/benchmarks/nttcp/patches/patch-ab
blob: 42f9100563c663a16cf8eb0a4efff7124d5d3bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2002/08/21 06:36:35 simonb Exp $

--- nttcp.c.orig	Mon Dec 18 21:16:54 2000
+++ nttcp.c
@@ -136,7 +136,7 @@
 #endif /* aix */ 
 
 /*====================================================================*/
-#if defined(FreeBSD)
+#if defined(FreeBSD) || defined(__NetBSD__)
 #define	SIGCLD	SIGCHLD
 #endif /*FreeBSD*/