fixed some warnings with gcc4 (mostly assignment differs in signedness warnings)
[reactos.git] / reactos / ntoskrnl / include / internal / i386 / ps.h
index 0180868..9882d69 100644 (file)
@@ -185,7 +185,7 @@ typedef struct _KPRCB {
        LONG MmMappedPagesWriteCount;
        LONG MmMappedWriteIoCount;
        ULONG SpareFields0[1];
-       UCHAR VendorString[13];
+       CHAR VendorString[13];
        UCHAR InitialApicId;
        UCHAR LogicalProcessorsPerPhysicalProcessor;
        ULONG MHz;