2003-03-29 Casper S. Hornstrup <chorns@users.sourceforge.net>

* ntoskrnl/ex/sysinfo.c (SystemProcessInformation): Fix warning.

svn path=/trunk/; revision=4453
This commit is contained in:
Casper Hornstrup 2003-03-29 12:55:48 +00:00
parent e4dd0575db
commit 579da78402
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-03-29 Casper S. Hornstrup <chorns@users.sourceforge.net>
* ntoskrnl/ex/sysinfo.c (SystemProcessInformation): Fix warning.
2003-03-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/ntos/rtltypes.h (PRTL_BASE_PROCESS_START_ROUTINE): Define.

View file

@ -1,4 +1,4 @@
/* $Id: sysinfo.c,v 1.19 2003/03/24 00:09:32 hyperion Exp $
/* $Id: sysinfo.c,v 1.20 2003/03/29 12:55:48 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -461,7 +461,7 @@ QSI_DEF(SystemPathInformation)
/* Class 5 - Process Information */
QSI_DEF(SystemProcessInformation)
{
int ovlSize=0, nThreads=1;
ULONG ovlSize=0, nThreads=1;
PEPROCESS pr, syspr;
unsigned char *pCur;