|
From: Andre R. <and...@us...> - 2004-10-24 19:25:25
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28370/Frontier/Common/headers Modified Files: shellhooks.h Log Message: Sanitized global includes. Include frontier.h in all source files. Move inclusion of system header files into osincludes.h. Include process.h. Index: shellhooks.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/shellhooks.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shellhooks.h 23 Oct 2004 21:54:34 -0000 1.2 --- shellhooks.h 24 Oct 2004 19:25:15 -0000 1.3 *************** *** 27,30 **** --- 27,34 ---- #define shellhooksinclude + #ifndef processinclude + #include "process.h" + #endif + /*types*/ *************** *** 92,96 **** extern boolean shellpushwakeuphook (wakeuphookcallback); ! extern boolean shellcallwakeuphooks (struct tythreadglobals **); --- 96,100 ---- extern boolean shellpushwakeuphook (wakeuphookcallback); ! extern boolean shellcallwakeuphooks (hdlprocessthread); |