Make gcc4 happy by making consistent signedness.
This commit is contained in:
parent
322b21739f
commit
0c40596cc0
@ -149,7 +149,7 @@ mapfiles(ino_t maxino, long *tapesize)
|
||||
union dinode *dp;
|
||||
struct cg *cgp;
|
||||
ino_t ino;
|
||||
char *cp;
|
||||
u_char *cp;
|
||||
|
||||
if ((cgp = malloc(sblock->fs_cgsize)) == NULL)
|
||||
quit("mapfiles: cannot allocate memory.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user