This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

I broke the build



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>




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]