[kaffe] CVS kaffe (guilhem): Fixed a link error on Darwin.

Kaffe CVS cvs-commits at kaffe.org
Tue Apr 13 08:54:03 PDT 2004


PatchSet 4639 
Date: 2004/04/13 15:43:23
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Fixed a link error on Darwin.

        * libraries/clib/nio/FileChannelImpl.c
        (implCloseChannel): Fixed a typo.

Members: 
	ChangeLog:1.2215->1.2216 
	libraries/clib/nio/FileChannelImpl.c:1.2->1.3 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2215 kaffe/ChangeLog:1.2216
--- kaffe/ChangeLog:1.2215	Tue Apr 13 09:26:32 2004
+++ kaffe/ChangeLog	Tue Apr 13 15:43:23 2004
@@ -1,5 +1,10 @@
 2004-04-13  Guilhem Lavaux <guilhem at kaffe.org>
 
+	* libraries/clib/nio/FileChannelImpl.c
+	(implCloseChannel): Fixed a typo.
+
+2004-04-13  Guilhem Lavaux <guilhem at kaffe.org>
+
 	* libraries/javalib/bootstrap.classlist: Readded the java converter
 	to the classlist.
 
Index: kaffe/libraries/clib/nio/FileChannelImpl.c
diff -u kaffe/libraries/clib/nio/FileChannelImpl.c:1.2 kaffe/libraries/clib/nio/FileChannelImpl.c:1.3
--- kaffe/libraries/clib/nio/FileChannelImpl.c:1.2	Tue Apr 13 05:46:14 2004
+++ kaffe/libraries/clib/nio/FileChannelImpl.c	Tue Apr 13 15:43:25 2004
@@ -463,7 +463,7 @@
   int rc = KCLOSE(fd);
 
   if (rc != 0)
-    trowIOException(env, rc);
+    throwIOException(env, rc);
 }
 
 jboolean JNICALL




More information about the kaffe mailing list