Make gcc4 happy by making consistent signedness.

This commit is contained in:
Xin LI 2005-05-02 10:00:39 +00:00
parent 322b21739f
commit 0c40596cc0

View File

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