summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/tcopy/tcopy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c
index d291537..79483cb 100644
--- a/usr.bin/tcopy/tcopy.c
+++ b/usr.bin/tcopy/tcopy.c
@@ -65,7 +65,7 @@ static const char rcsid[] =
int filen, guesslen, maxblk = MAXREC;
u_int64_t lastrec, record, size, tsize;
-FILE *msg = stdout;
+FILE *msg;
void *getspace __P((int));
void intr __P((int));
@@ -85,6 +85,7 @@ main(argc, argv)
int ch, needeof;
char *buff, *inf;
+ msg = stdout;
guesslen = 1;
while ((ch = getopt(argc, argv, "cs:vx")) != -1)
switch((char)ch) {
OpenPOWER on IntegriCloud