Correctly pack the KIPCR structure.
Modified: trunk/reactos/ntoskrnl/include/internal/i386/ps.h
--- trunk/reactos/ntoskrnl/include/internal/i386/ps.h 2005-06-18 12:55:02 UTC (rev 16029) +++ trunk/reactos/ntoskrnl/include/internal/i386/ps.h 2005-06-18 12:56:11 UTC (rev 16030) @@ -257,6 +257,8 @@
#pragma pack(pop) #endif /* __USE_W32API */
+#pragma pack(push,4) +
/* * This is the complete, internal KPCR structure */ @@ -289,6 +291,8 @@
KPRCB PrcbData; /* 120 */ } KIPCR, *PKIPCR;
+#pragma pack(pop) +
#ifndef __USE_W32API #ifdef CONFIG_SMP