diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-02-02 18:53:29 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-02-02 11:53:29 -0700 |
commit | 6d6dbe51999a2b8101f50f15ab98c7ac094b9b14 (patch) | |
tree | 30d0b5b5c826a433f78bdc1ea6dc104986f3cce0 /gcc | |
parent | c4e3884d83600c97d9a30d5f5f2b0644a368e2d5 (diff) | |
download | gcc-6d6dbe51999a2b8101f50f15ab98c7ac094b9b14.zip gcc-6d6dbe51999a2b8101f50f15ab98c7ac094b9b14.tar.gz gcc-6d6dbe51999a2b8101f50f15ab98c7ac094b9b14.tar.bz2 |
* jcf-io.c: Do not include sys/stat.h or sys/wait.h
From-SVN: r24978
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/java/jcf-io.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 9535cb6..bdb8a86 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 2 19:49:12 1999 Jeffrey A Law (law@cygnus.com) + + * jcf-io.c: Do not include sys/stat.h or sys/wait.h + Tue Feb 2 20:04:50 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * jvspec.c (xmalloc): Fix the prototype to match the one obtained diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c index 52f62c7..e1ccccf 100644 --- a/gcc/java/jcf-io.c +++ b/gcc/java/jcf-io.c @@ -26,8 +26,6 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ #include "system.h" #include "jcf.h" -#include <sys/stat.h> -#include <sys/wait.h> /* DOS brain-damage */ #ifndef O_BINARY |