Little fix to compile with gcc 3.4.2

svn path=/trunk/; revision=15274
This commit is contained in:
Emanuele Aliberti 2005-05-14 12:54:53 +00:00
parent 0d88632d20
commit e70c95d52f

View file

@ -368,7 +368,7 @@ IoAllocateIrp(CCHAR StackSize,
USHORT Size = IoSizeOfIrp(StackSize);
PKPRCB Prcb;
UCHAR Flags = 0;
PNPAGED_LOOKASIDE_LIST List;
PNPAGED_LOOKASIDE_LIST List = NULL;
PP_NPAGED_LOOKASIDE_NUMBER ListType = LookasideSmallIrpList;
/* Figure out which Lookaside List to use */