projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e3884
)
* jcf-io.c: Do not include sys/stat.h or sys/wait.h
author
Jeffrey A Law
<law@cygnus.com>
Tue, 2 Feb 1999 18:53:29 +0000
(18:53 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Tue, 2 Feb 1999 18:53:29 +0000
(11:53 -0700)
From-SVN: r24978
gcc/java/ChangeLog
patch
|
blob
|
history
gcc/java/jcf-io.c
patch
|
blob
|
history
diff --git
a/gcc/java/ChangeLog
b/gcc/java/ChangeLog
index 9535cb629f51e35d917db23e67b3f9786609260c..bdb8a8691c24835fea9b88e46e9177060404baaf 100644
(file)
--- 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 52f62c7f56757ba7ed6fe0a093cae677cc7be9d7..e1ccccf30f202ada4ddbaea162653dc30e65f9cb 100644
(file)
--- 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