I broke the build

Adam Megacz patches@lists.megacz.com
Thu Feb 7 02:01:00 GMT 2002


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>





More information about the Java-patches mailing list