RE: [Acpi] [PATCH] linux-2.4.1-pre9/include/linux/acpi.h broke acpid compilation

2001-01-22 Thread Grover, Andrew
2001 12:23 AM > To: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [Acpi] [PATCH] linux-2.4.1-pre9/include/linux/acpi.h broke > acpid compilation > > > linux-2.4.1-pre9/include/linux/acpi.h contains declares the > routine acpi_get_r

Re: [PATCH] linux-2.4.1-pre9/include/linux/acpi.h broke acpid compilation

2001-01-21 Thread John Fremlin
"Adam J. Richter" <[EMAIL PROTECTED]> writes: > linux-2.4.1-pre9/include/linux/acpi.h contains declares the routine > acpi_get_rsdp_ptr returning the kernel-only type "u64", without > bracketing the declaration in "#ifdef __KERNEL__...#endif". > Consequently, a user level program that attempts t

[PATCH] linux-2.4.1-pre9/include/linux/acpi.h broke acpid compilation

2001-01-21 Thread Adam J. Richter
linux-2.4.1-pre9/include/linux/acpi.h contains declares the routine acpi_get_rsdp_ptr returning the kernel-only type "u64", without bracketing the declaration in "#ifdef __KERNEL__...#endif". Consequently, a user level program that attempts to include , such as acpid, gets a compilation e