tar: No need to zero-fill variables with global storage

This commit is contained in:
sin 2015-04-23 15:29:37 +01:00
parent ab267a87eb
commit d1e19e972a
1 changed files with 2 additions and 2 deletions

4
tar.c
View File

@ -52,8 +52,8 @@ static int tarfd;
static ino_t tarinode;
static dev_t tardev;
static int mflag;
static char filtermode = '\0';
static int mflag;
static int filtermode;
static struct ent {
char *name;