patch-2.4.0-test9 linux/drivers/acpi/include/actbl32.h

Next file: linux/drivers/acpi/include/actbl64.h
Previous file: linux/drivers/acpi/include/actbl.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/acpi/include/actbl32.h linux/drivers/acpi/include/actbl32.h
@@ -1,6 +1,7 @@
 /******************************************************************************
  *
  * Name: actbl32.h - ACPI tables specific to IA32
+ *       $Revision: 11 $
  *
  *****************************************************************************/
 
@@ -40,7 +41,7 @@
 
 typedef struct
 {
-	char                    signature[4];           /* signature "FACS" */
+	NATIVE_CHAR             signature[4];           /* signature "FACS" */
 	u32                     length;                 /* length of structure, in bytes */
 	u32                     hardware_signature;     /* hardware configuration signature */
 	u32                     firmware_waking_vector; /* ACPI OS waking vector */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)