Author: sparky Date: Wed Jun 15 23:25:28 2005 New Revision: 6091 Modified: ppcrcd/yaboot/include/linux/types.h ppcrcd/yaboot/include/setjmp.h ppcrcd/yaboot/lib/malloc.c ppcrcd/yaboot/prom.c Log: - minor header fixes
Modified: ppcrcd/yaboot/include/linux/types.h ============================================================================== --- ppcrcd/yaboot/include/linux/types.h (original) +++ ppcrcd/yaboot/include/linux/types.h Wed Jun 15 23:25:28 2005 @@ -1 +1 @@ -#include "../types.h" \ No newline at end of file +#include "../types.h" Modified: ppcrcd/yaboot/include/setjmp.h ============================================================================== --- ppcrcd/yaboot/include/setjmp.h (original) +++ ppcrcd/yaboot/include/setjmp.h Wed Jun 15 23:25:28 2005 @@ -36,4 +36,4 @@ extern void longjmp (jmp_buf __env, int __val); -#endif \ No newline at end of file +#endif Modified: ppcrcd/yaboot/lib/malloc.c ============================================================================== --- ppcrcd/yaboot/lib/malloc.c (original) +++ ppcrcd/yaboot/lib/malloc.c Wed Jun 15 23:25:28 2005 @@ -21,6 +21,7 @@ #include "types.h" #include "stddef.h" +#include "string.h" /* Imported functions */ extern void prom_printf (char *fmt, ...); Modified: ppcrcd/yaboot/prom.c ============================================================================== --- ppcrcd/yaboot/prom.c (original) +++ ppcrcd/yaboot/prom.c Wed Jun 15 23:25:28 2005 @@ -33,6 +33,7 @@ #include "asm/processor.h" #include "errors.h" #include "debug.h" +#include "string.h" #define READ_BLOCKS_USE_READ 1 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
