--- kaffe/libraries/javalib/java/io/FileInputStream.java	2002-09-04 06:21:53.000000000 +0200
+++ kaffe-patched/libraries/javalib/java/io/FileInputStream.java	2003-04-04 10:33:12.000000000 +0200
@@ -80,7 +80,7 @@
 native public int read() throws IOException;
 
 public int read(byte b[]) throws IOException {
-	return read(b, 0, b.length);
+	return readBytes(b, 0, b.length);
 }
 
 public int read(byte b[], int off, int len) throws IOException {
