# HG changeset patch # User Mychaela Falconia # Date 1529873725 0 # Node ID bc12e6de8a079cd2f55ca89c94a5e154b56b2986 # Parent 2d1e5ad1d54ff6117fba47f35711df025b81a344 OSL: os_pro_fl.c compiles diff -r 2d1e5ad1d54f -r bc12e6de8a07 components/frame_na7_db_fl --- a/components/frame_na7_db_fl Sun Jun 24 20:50:05 2018 +0000 +++ b/components/frame_na7_db_fl Sun Jun 24 20:55:25 2018 +0000 @@ -46,3 +46,4 @@ cfile_plain $SRCDIR/os_isr.c cfile_plain $SRCDIR/os_mem_fl.c cfile_plain $SRCDIR/os_mis_fl.c +cfile_plain $SRCDIR/os_pro_fl.c diff -r 2d1e5ad1d54f -r bc12e6de8a07 src/gpf2/osl/os_pro_fl.c --- a/src/gpf2/osl/os_pro_fl.c Sun Jun 24 20:50:05 2018 +0000 +++ b/src/gpf2/osl/os_pro_fl.c Sun Jun 24 20:55:25 2018 +0000 @@ -6,8 +6,7 @@ /* set of included headers from COFF symtab: */ #include #include -#include "gpfconf.h" /* FreeCalypso addition */ -#include "../../nucleus/nucleus.h" +#include "nucleus.h" #include "typedefs.h" #include "os.h" #include "gdi.h" @@ -101,7 +100,7 @@ != NU_SUCCESS) return(OS_ERROR); for (i = 1; i <= MaxTasks; i++) - bzero(&TaskTable[i], sizeof(T_OS_TASK_TABLE_ENTRY)); + memset(&TaskTable[i], 0, sizeof(T_OS_TASK_TABLE_ENTRY)); return(OS_OK); }