blob: 148ef585d7ed2d25f7d080194d29ab54757c8e35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
@@ -136,7 +136,7 @@
#endif /* aix */
/*====================================================================*/
-#if defined(FreeBSD)
+#ifndef SIGCLD
#define SIGCLD SIGCHLD
#endif /*FreeBSD*/
|