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

2
tar.c
View File

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