tar: Staticise symbols
This commit is contained in:
parent
ce4a10abe7
commit
3419f94d83
4
tar.c
4
tar.c
|
@ -55,7 +55,7 @@ static dev_t tardev;
|
||||||
static int mflag;
|
static int mflag;
|
||||||
static char filtermode = '\0';
|
static char filtermode = '\0';
|
||||||
|
|
||||||
struct ent {
|
static struct ent {
|
||||||
char *name;
|
char *name;
|
||||||
time_t mtime;
|
time_t mtime;
|
||||||
} *ents;
|
} *ents;
|
||||||
|
@ -70,7 +70,7 @@ pushent(char *name, time_t mtime)
|
||||||
entlen++;
|
entlen++;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ent *
|
static struct ent *
|
||||||
popent(void)
|
popent(void)
|
||||||
{
|
{
|
||||||
if (entlen) {
|
if (entlen) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user