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)
151 151
152 if (fromStdinFlag==TRUE) { 152 if (fromStdinFlag==TRUE) {
153 /* read from stdin */ 153 /* read from stdin */
154 int i=0; 154 int c, i=0;
155 char c;
156 while ((c = getc(stdin)) != EOF && i<sizeof(buf1)) { 155 while ((c = getc(stdin)) != EOF && i<sizeof(buf1)) {
157 buf1[i++]=c; 156 buf1[i++]=c;
158 } 157 }
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)
151 151
152 if (fromStdinFlag==TRUE) { 152 if (fromStdinFlag==TRUE) {
153 /* read from stdin */ 153 /* read from stdin */
154 int i=0; 154 int c, i=0;
155 char c;
156 while ((c = getc(stdin)) != EOF && i<sizeof(buf1)) { 155 while ((c = getc(stdin)) != EOF && i<sizeof(buf1)) {
157 buf1[i++]=c; 156 buf1[i++]=c;
158 } 157 }