[patch 24/56] openmosix/openmosix-kcomd-fix-warnings.patch
Florian Delizy <[email protected]> Thu, 02 Nov 2006 22:56:37 +0100
| Newsgroups | gmane.linux.cluster.openmosix.devel |
|---|---|
| Message-ID | <[email protected]> |
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ openMosix-devel mailing list openMosix-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/openmosix-devel
openmosix-kcomd-fix-warnings.patch
(text/x-patch, 632 B)
Index: linux/hpc/kcomd.c
===================================================================
--- linux.orig/hpc/kcomd.c 2006-11-02 22:51:58.000000000 +0100
+++ linux/hpc/kcomd.c 2006-11-02 22:52:08.000000000 +0100
@@ -447,7 +447,6 @@
int n = -1;
siginfo_t info; /* matt*/
int sig;
- int outpkt_cnt, inpkt_cnt, tsk_cnt;
int err;
struct timeval start,stop;
@@ -574,7 +573,7 @@
/* for each nodes { test bit, in, out and do stuff } */
/* spin_lock(&kcom_nodes_lock);*/
-restart:
+/*restart:*/
list_for_each_entry_safe(node, node_next, &kcom_nodes, list) {
/*
if (test_bit(node->fd, sockets_fds.res_ex)) {