oops, I didn't mean to commit that...
Modified: trunk/reactos/apps/utils/ps/ps.c
--- trunk/reactos/apps/utils/ps/ps.c 2005-11-28 23:43:40 UTC (rev 19735) +++ trunk/reactos/apps/utils/ps/ps.c 2005-11-28 23:54:06 UTC (rev 19736) @@ -273,8 +273,7 @@
(WNDENUMPROC) EnumThreadProc, (LPARAM)(LPTSTR) szWindowName ); }
-typedef __attribute__((mode (__pointer__))) unsigned long ULONG_PTRX; -CurrentProcess = (PSYSTEM_PROCESSES)((ULONG_PTRX)CurrentProcess + 1);
+
CurrentProcess = (PSYSTEM_PROCESSES)((ULONG_PTR)CurrentProcess + (ULONG_PTR)CurrentProcess->NextEntryOffset); }