63e78dd49d
this now builds with gcc4
13 lines
487 B
Plaintext
13 lines
487 B
Plaintext
$OpenBSD: patch-tools_bootstrp_command_cxx,v 1.2 2009/01/22 17:44:39 robert Exp $
|
|
--- tools/bootstrp/command.cxx.orig.port Fri Aug 1 07:38:01 2008
|
|
+++ tools/bootstrp/command.cxx Thu Jan 15 14:47:51 2009
|
|
@@ -75,7 +75,7 @@
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
#if ( defined NETBSD ) || defined (FREEBSD) || defined (AIX) \
|
|
- || defined (HPUX) || defined (MACOSX)
|
|
+ || defined (HPUX) || defined (MACOSX) || defined (OPENBSD)
|
|
#include <sys/wait.h>
|
|
#else
|
|
#include <wait.h>
|