fs/proc/array.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/proc/array.c~sched-warning-fix fs/proc/array.c
--- 25/fs/proc/array.c~sched-warning-fix	2003-07-31 22:36:51.000000000 -0700
+++ 25-akpm/fs/proc/array.c	2003-07-31 22:36:58.000000000 -0700
@@ -154,7 +154,7 @@ static inline char * task_state(struct t
 	read_lock(&tasklist_lock);
 	buffer += sprintf(buffer,
 		"State:\t%s\n"
-		"SleepAVG:\t%d%%\n"
+		"SleepAVG:\t%lu%%\n"
 		"Tgid:\t%d\n"
 		"Pid:\t%d\n"
 		"PPid:\t%d\n"

_