This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
I broke the build
- From: Adam Megacz <patches at lists dot megacz dot com>
- To: java-patches at gcc dot gnu dot org
- Date: 07 Feb 2002 01:57:42 -0800
- Subject: I broke the build
- Organization: Myself
Okay, for some reason AC_HEADER_SYS_WAIT() isn't defining
HAVE_SYS_WAIT_H on Linux (I only tested mingw, yes I know this is
bad).
I'm too tired to figure out why right now, so I'm committing this
patch to undo what I did, in the interest of not leaving the
repository in a broken state.
I'll figure out what happened tomorrow.
- a
Index: include/name-finder.h
===================================================================
RCS file: /cvs/gcc/gcc/libjava/include/name-finder.h,v
retrieving revision 1.3
diff -u -r1.3 name-finder.h
--- name-finder.h 2002/02/07 04:37:00 1.3
+++ name-finder.h 2002/02/07 09:59:39
@@ -18,9 +18,7 @@
#include <sys/types.h>
-#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
-#endif
#include <string.h>
#include <stdio.h>