OSDN Git Service

Make tar shutup on compile
authorEric Andersen <andersen@codepoet.org>
Fri, 1 Dec 2000 19:04:52 +0000 (19:04 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 1 Dec 2000 19:04:52 +0000 (19:04 -0000)
archival/tar.c
tar.c

index 01997e4..6d8e633 100644 (file)
@@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv)
        int createFlag   = FALSE;
        int verboseFlag  = FALSE;
        int tostdoutFlag = FALSE;
-       int firstOpt = TRUE;
+       int status       = FALSE;
+       int firstOpt     = TRUE;
        int stopIt;
-       int status;
                                                                                                                                                   
 
        if (argc <= 1)
diff --git a/tar.c b/tar.c
index 01997e4..6d8e633 100644 (file)
--- a/tar.c
+++ b/tar.c
@@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv)
        int createFlag   = FALSE;
        int verboseFlag  = FALSE;
        int tostdoutFlag = FALSE;
-       int firstOpt = TRUE;
+       int status       = FALSE;
+       int firstOpt     = TRUE;
        int stopIt;
-       int status;
                                                                                                                                                   
 
        if (argc <= 1)