PatchSet 5306 
Date: 2004/10/17 22:54:28
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Small fixes for pthreads warnings

2004-10-17  Dalibor Topic  <[EMAIL PROTECTED]>

        * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c
        (tDump): Fixed format warning.
        (tWatchdogRun): Made static.

Members: 
        ChangeLog:1.2858->1.2859 
        kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.47->1.48 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2858 kaffe/ChangeLog:1.2859
--- kaffe/ChangeLog:1.2858      Sun Oct 17 19:06:45 2004
+++ kaffe/ChangeLog     Sun Oct 17 22:54:28 2004
@@ -1,5 +1,11 @@
 2004-10-17  Dalibor Topic  <[EMAIL PROTECTED]>
 
+       * kaffe/kaffevm/systems/unix-pthreads/thread-impl.c
+       (tDump): Fixed format warning.
+       (tWatchdogRun): Made static.
+
+2004-10-17  Dalibor Topic  <[EMAIL PROTECTED]>
+
        * libraries/javalib/gnu/crypto/jce/key/AnubisSecretKeyFactoryImpl.java,
        libraries/javalib/gnu/crypto/jce/key/BlowfishSecretKeyFactoryImpl.java,
        libraries/javalib/gnu/crypto/jce/key/Cast5SecretKeyFactoryImpl.java,
Index: kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c
diff -u kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.47 
kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.48
--- kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c:1.47        Sun Oct 17 
14:38:31 2004
+++ kaffe/kaffe/kaffevm/systems/unix-pthreads/thread-impl.c     Sun Oct 17 22:54:32 
2004
@@ -234,7 +234,7 @@
 
        dprintf("\n======================== thread dump =========================\n");
 
-       dprintf("thread list lock owner: %p (name=%s)\n", threadListOwner);
+       dprintf("thread list lock owner: %p\n", threadListOwner);
 
        protectThreadList(cur);
 
@@ -297,6 +297,7 @@
   return 0;
 }
 
+static
 void tStartDeadlockWatchdog (void)
 {
   pthread_attr_t attr;

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to