diff options
Diffstat (limited to 'dmesg.c')
-rw-r--r-- | dmesg.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -34,7 +34,8 @@ static inline _syscall3(int, klogctl, int, type, char *, b, int, len); | |||
34 | 34 | ||
35 | int dmesg_main(int argc, char **argv) | 35 | int dmesg_main(int argc, char **argv) |
36 | { | 36 | { |
37 | char *buf, c; | 37 | char *buf; |
38 | int c; | ||
38 | int bufsize = 8196; | 39 | int bufsize = 8196; |
39 | int i; | 40 | int i; |
40 | int n; | 41 | int n; |