ndis(4): it's rather unrealistic to expect a size_t here.

int was actually OK, and u_int is more than enough.
This commit is contained in:
pfg 2016-04-28 03:19:53 +00:00
parent f749d852b1
commit 0f9e825508

View File

@ -2670,7 +2670,7 @@ ndis_find_sym(lf, filename, suffix, sym)
{
char *fullsym;
char *suf;
size_t i;
u_int i;
fullsym = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLEN, 0);
if (fullsym == NULL)