tar: Match type like everywhere else

This commit is contained in:
sin 2015-04-23 15:31:26 +01:00
parent d1e19e972a
commit 76eb6bdf42
1 changed files with 1 additions and 1 deletions

2
tar.c
View File

@ -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;