aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--logger.c3
-rw-r--r--sysklogd/logger.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/logger.c b/logger.c
index 5ef622dc3..35bbb6692 100644
--- a/logger.c
+++ b/logger.c
@@ -151,8 +151,7 @@ extern int logger_main(int argc, char **argv)
if (fromStdinFlag==TRUE) {
/* read from stdin */
- int i=0;
- char c;
+ int c, i=0;
while ((c = getc(stdin)) != EOF && i<sizeof(buf1)) {
buf1[i++]=c;
}
diff --git a/sysklogd/logger.c b/sysklogd/logger.c
index 5ef622dc3..35bbb6692 100644
--- a/sysklogd/logger.c
+++ b/sysklogd/logger.c
@@ -151,8 +151,7 @@ extern int logger_main(int argc, char **argv)
if (fromStdinFlag==TRUE) {
/* read from stdin */
- int i=0;
- char c;
+ int c, i=0;
while ((c = getc(stdin)) != EOF && i<sizeof(buf1)) {
buf1[i++]=c;
}