Fix a (fortunately harmless) signed / unsigned bug.

This commit is contained in:
Dag-Erling Smørgrav 2003-09-30 13:35:19 +00:00
parent 386caafbf7
commit 7ea97b6027

View File

@ -413,7 +413,8 @@ linprocfs_domtab(PFS_FILL_ARGS)
static int
linprocfs_dostat(PFS_FILL_ARGS)
{
int name[2], olen, plen;
unsigned int olen, plen;
int name[2];
int i, ncpu;
name[0] = CTL_HW;