63e78dd49d
this now builds with gcc4
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
$OpenBSD: patch-idlc_source_idlccompile_cxx,v 1.2 2009/01/22 17:44:39 robert Exp $
|
|
--- idlc/source/idlccompile.cxx.orig.port Fri Aug 1 07:26:31 2008
|
|
+++ idlc/source/idlccompile.cxx Thu Jan 15 14:47:50 2009
|
|
@@ -44,7 +44,7 @@
|
|
|
|
#ifdef SAL_UNX
|
|
#include <unistd.h>
|
|
-#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD)
|
|
+#if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) || defined (OPENBSD)
|
|
#include <sys/wait.h>
|
|
#else
|
|
#include <wait.h>
|