Warnings fixes.

This commit is contained in:
Mark Murray 2002-02-22 21:13:31 +00:00
parent 4b4ed2fe6a
commit 4b23bd7c2a

View File

@ -78,7 +78,8 @@ void usage(void);
int
main(int argc, char *argv[])
{
int baselen, len, rval;
size_t baselen, len;
int rval;
char *p, *endp;
struct stat sb;
int ch;