Index: aecommon.h =================================================================== RCS file: /usr/home/jkim/acpi/ncvs/acpica/aecommon.h,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 aecommon.h --- aecommon.h 1 Nov 2005 18:58:28 -0000 1.1.1.1 +++ aecommon.h 1 Nov 2005 20:10:48 -0000 @@ -183,7 +183,7 @@ #define OSD_PRINT(lvl,fp) TEST_OUTPUT_LEVEL(lvl) {\ AcpiOsPrintf PARAM_LIST(fp);} -void __cdecl +void AeCtrlCHandler ( int Sig); Index: aeexec.c =================================================================== RCS file: /usr/home/jkim/acpi/ncvs/acpica/aeexec.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 aeexec.c --- aeexec.c 1 Nov 2005 18:58:28 -0000 1.1.1.1 +++ aeexec.c 1 Nov 2005 20:10:48 -0000 @@ -195,7 +195,7 @@ * *****************************************************************************/ -void __cdecl +void AeCtrlCHandler ( int Sig) {