tar: Match type like everywhere else
This commit is contained in:
parent
d1e19e972a
commit
76eb6bdf42
2
tar.c
2
tar.c
|
@ -143,7 +143,7 @@ putoctal(char *dst, unsigned num, int size)
|
||||||
static int
|
static int
|
||||||
archive(const char *path)
|
archive(const char *path)
|
||||||
{
|
{
|
||||||
unsigned char b[BLKSIZ];
|
char b[BLKSIZ];
|
||||||
struct group *gr;
|
struct group *gr;
|
||||||
struct header *h;
|
struct header *h;
|
||||||
struct passwd *pw;
|
struct passwd *pw;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user