ChangeSet 1.2231, 2005/03/31 08:28:13-08:00, [EMAIL PROTECTED]

        [PATCH] cpuset: make function decl. ANSI
        
        kernel/cpuset.c:1428:41: warning: non-ANSI function declaration
        
        Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
        Acked-by: Paul Jackson <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 cpuset.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/kernel/cpuset.c b/kernel/cpuset.c
--- a/kernel/cpuset.c   2005-03-31 10:10:19 -08:00
+++ b/kernel/cpuset.c   2005-03-31 10:10:19 -08:00
@@ -1456,7 +1456,7 @@
  * Do not call this routine if in_interrupt().
  */
 
-void cpuset_update_current_mems_allowed()
+void cpuset_update_current_mems_allowed(void)
 {
        struct cpuset *cs = current->cpuset;
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to