* ]PATCH] cpuset: make function decl. ANSI
@ 2005-03-28 5:42 Randy.Dunlap
2005-03-28 6:01 ` Paul Jackson
0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2005-03-28 5:42 UTC (permalink / raw)
To: lkml; +Cc: akpm
kernel/cpuset.c:1428:41: warning: non-ANSI function declaration
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
diffstat:=
kernel/cpuset.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Naurp ./kernel/cpuset.c~cpuset_void ./kernel/cpuset.c
--- ./kernel/cpuset.c~cpuset_void 2005-03-26 21:48:12.000000000 -0800
+++ ./kernel/cpuset.c 2005-03-27 20:59:21.000000000 -0800
@@ -1425,7 +1425,7 @@ void cpuset_init_current_mems_allowed(vo
* 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;
---
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-28 6:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-28 5:42 ]PATCH] cpuset: make function decl. ANSI Randy.Dunlap
2005-03-28 6:01 ` Paul Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®