[patch 6/6] openmosix/openmosix-migctrl-fix-warning.patch
Florian Delizy <[email protected]> Mon, 25 Sep 2006 20:46:03 +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-migctrl-fix-warning.patch
(text/x-patch, 497 B)
Index: linux/hpc/migctrl.c
===================================================================
--- linux.orig/hpc/migctrl.c 2006-09-25 20:40:33.000000000 +0200
+++ linux/hpc/migctrl.c 2006-09-25 20:40:34.000000000 +0200
@@ -144,12 +144,14 @@
* Description:
* Migrate a task from remote to remote
**/
+#if 0
static int task_move_remote2remote(task_t *p, struct sockaddr * whereto,
int reason)
{
OMBUG("not implemented.\n");
return 0;
}
+#endif
/**
* task_move_to_node