summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-13 21:55:41 +0000
committerpeter <peter@FreeBSD.org>2001-08-13 21:55:41 +0000
commit92a0f962f01613e65105b2ca55381b6adc092b62 (patch)
tree45f15e98b79197e281ffa41f756b4a8df528a344
parenta28e7a866a2f793613d21b6e886ca49e2c4d3268 (diff)
downloadFreeBSD-src-92a0f962f01613e65105b2ca55381b6adc092b62.zip
FreeBSD-src-92a0f962f01613e65105b2ca55381b6adc092b62.tar.gz
msg_out is already initialized
-rw-r--r--gnu/usr.bin/tar/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/buffer.c b/gnu/usr.bin/tar/buffer.c
index a49f59b..992b322 100644
--- a/gnu/usr.bin/tar/buffer.c
+++ b/gnu/usr.bin/tar/buffer.c
@@ -63,7 +63,7 @@ time_t time ();
/* Either stdout or stderr: The thing we write messages (standard msgs, not
errors) to. Stdout unless we're writing a pipe, in which case stderr */
-FILE *msg_file = stdout;
+FILE *msg_file;
#define STDIN 0 /* Standard input file descriptor */
#define STDOUT 1 /* Standard output file descriptor */
OpenPOWER on IntegriCloud