From 19271eb4c91c44614246837ef4b578bfe9fdef30 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 3 Oct 2015 20:24:23 +0000 Subject: [PATCH] Make GCC happy --- bin/cat/cat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cat/cat.c b/bin/cat/cat.c index c90652cae75c..e7d3864c94f9 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -168,6 +168,7 @@ scanfiles(char *argv[], int cooked) FILE *fp; i = 0; + fd = -1; while ((path = argv[i]) != NULL || i == 0) { if (path == NULL || strcmp(path, "-") == 0) { filename = "stdin";