]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix warnings in libmthread
authorErik van der Kouwe <erik@minix3.org>
Mon, 4 Oct 2010 20:19:40 +0000 (20:19 +0000)
committerErik van der Kouwe <erik@minix3.org>
Mon, 4 Oct 2010 20:19:40 +0000 (20:19 +0000)
lib/libmthread/allocate.c

index 29bb188cae7a03d7802d65bc8b68a9898ca09d0e..0e173ed7936f3644949d0eb7b5f5e75f115eb6f1 100644 (file)
@@ -1,6 +1,7 @@
 #define ALLOCATE
 #include <errno.h>
 #include <minix/mthread.h>
+#include <string.h>
 #include "global.h"
 #include "proto.h"
 
@@ -275,7 +276,6 @@ PUBLIC void mthread_init(void)
  */
 
   if (!initialized) {
-       int i;
        no_threads = 0;
        used_threads = 0;
        running_main_thread = 1;/* mthread_init can only be called from the