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
|
||||
archive(const char *path)
|
||||
{
|
||||
unsigned char b[BLKSIZ];
|
||||
char b[BLKSIZ];
|
||||
struct group *gr;
|
||||
struct header *h;
|
||||
struct passwd *pw;
|
||||
|
Loading…
x
Reference in New Issue
Block a user