tar: Match type like everywhere else
This commit is contained in:
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;
|
||||||
|
Reference in New Issue
Block a user