diff options
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r-- | fs/proc/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c index 004077f1a7bf..0ceb3b6b37e7 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c | |||
@@ -268,7 +268,7 @@ static inline void task_sig(struct seq_file *m, struct task_struct *p) | |||
268 | unsigned long flags; | 268 | unsigned long flags; |
269 | sigset_t pending, shpending, blocked, ignored, caught; | 269 | sigset_t pending, shpending, blocked, ignored, caught; |
270 | int num_threads = 0; | 270 | int num_threads = 0; |
271 | unsigned long qsize = 0; | 271 | unsigned int qsize = 0; |
272 | unsigned long qlim = 0; | 272 | unsigned long qlim = 0; |
273 | 273 | ||
274 | sigemptyset(&pending); | 274 | sigemptyset(&pending); |