From 6212a0ba5b71dc821d47ded85df8486eefe3afeb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Aug 2001 09:00:21 +0000 Subject: 2001-08-17 Roland McGrath * boot_script.h: size_t -> unsigned int * boot_script.c: Don't #include . --- boot/boot_script.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot/boot_script.h') diff --git a/boot/boot_script.h b/boot/boot_script.h index f63200a8..5695328e 100644 --- a/boot/boot_script.h +++ b/boot/boot_script.h @@ -55,8 +55,8 @@ struct cmd /* The user must define these functions, we work like malloc and free. */ -void *boot_script_malloc (size_t); -void boot_script_free (void *, size_t); +void *boot_script_malloc (unsigned int); +void boot_script_free (void *, unsigned int); /* The user must define this function. Load the image of the executable specified by PATH in TASK. Create a thread -- cgit v1.2.3