[patch 4/6] openmosix/openmosix-copyuser-fix-warning.patch

Florian Delizy <[email protected]> Mon, 25 Sep 2006 20:45:58 +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-copyuser-fix-warning.patch (text/x-patch, 518 B)
Index: linux/hpc/copyuser.c
===================================================================
--- linux.orig/hpc/copyuser.c	2006-09-25 20:38:54.000000000 +0200
+++ linux/hpc/copyuser.c	2006-09-25 20:38:59.000000000 +0200
@@ -308,6 +308,7 @@
 /**
  * remote_strnlen_from_user - strnlen from user for deputy
  **/
+#if 0
 static int remote_strnlen_user(task_t *p, struct kcom_pkt *pkt)
 {
 	struct omp_usercopy_req u;
@@ -326,6 +327,8 @@
 	return 0;
 }
 
+#endif
+
 /**
  * remote_put_user - put user for deputy
  **/