[patch 2/6] openmosix/openmosix-migsend-fix-warnings.patch

Florian Delizy <[email protected]> Mon, 25 Sep 2006 20:45:53 +0200
Newsgroups gmane.linux.cluster.openmosix.devel
Message-ID <[email protected]>
This serie of 6 patches is only a 'fix warning', code that cause warning 
like 'defined but not used' is commented out for now ... We'll know soon 
what to do with it.

Florian Delizy

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
openMosix-devel mailing list
openMosix-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openmosix-devel
openmosix-migsend-fix-warnings.patch (text/x-patch, 437 B)
Index: linux/hpc/migsend.c
===================================================================
--- linux.orig/hpc/migsend.c	2006-09-25 20:35:04.000000000 +0200
+++ linux/hpc/migsend.c	2006-09-25 20:35:09.000000000 +0200
@@ -288,7 +288,6 @@
 int mig_do_send(task_t *p)
 {
 	struct sockaddr_in* dest_ptr=(void *)p->om.whereto;
-	unsigned int addr=dest_ptr->sin_addr.s_addr;
 	arch_mig_send_pre(p);
 
 	if (task_test_dflags(p, DREMOTE))  {