aboutsummaryrefslogtreecommitdiff
path: root/dmesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmesg.c')
-rw-r--r--dmesg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmesg.c b/dmesg.c
index a8c61c7b4..99d053a72 100644
--- a/dmesg.c
+++ b/dmesg.c
@@ -34,7 +34,8 @@ static inline _syscall3(int, klogctl, int, type, char *, b, int, len);
34 34
35int dmesg_main(int argc, char **argv) 35int 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;