[kaffe] CVS kaffe (robilad): Small warning fix
Kaffe CVS
cvs-commits at kaffe.org
Mon Dec 19 15:21:08 PST 2005
PatchSet 7019
Date: 2005/12/19 23:14:15
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Small warning fix
2005-12-19 Dalibor Topic <robilad at kaffe.org>
* kaffe/kaffeh/support.c
(Kaffe_SystemCallInterface): Added missing initializer.
Members:
ChangeLog:1.4539->1.4540
kaffe/kaffeh/support.c:1.51->1.52
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4539 kaffe/ChangeLog:1.4540
--- kaffe/ChangeLog:1.4539 Mon Dec 19 22:41:45 2005
+++ kaffe/ChangeLog Mon Dec 19 23:14:15 2005
@@ -1,5 +1,10 @@
2005-12-19 Dalibor Topic <robilad at kaffe.org>
+ * kaffe/kaffeh/support.c
+ (Kaffe_SystemCallInterface): Added missing initializer.
+
+2005-12-19 Dalibor Topic <robilad at kaffe.org>
+
* libraries/javalib/external/classpath: Resynched GNU Classpath.
2005-12-19 Dalibor Topic <robilad at kaffe.org>
Index: kaffe/kaffe/kaffeh/support.c
diff -u kaffe/kaffe/kaffeh/support.c:1.51 kaffe/kaffe/kaffeh/support.c:1.52
--- kaffe/kaffe/kaffeh/support.c:1.51 Wed Aug 10 14:32:03 2005
+++ kaffe/kaffe/kaffeh/support.c Mon Dec 19 23:14:18 2005
@@ -137,7 +137,8 @@
NULL, /* getsockname */
NULL, /* getpeername */
NULL, /* sockclose */
- NULL, /* gethostbyname */
+ NULL, /* sockshutdown */
+ NULL, /* gethostbyname */
NULL, /* gethostbyaddr */
NULL, /* select */
NULL, /* forkexec */
More information about the kaffe
mailing list