diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-17 09:00:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-17 09:00:21 +0000 |
commit | 6212a0ba5b71dc821d47ded85df8486eefe3afeb (patch) | |
tree | 8ae2b85c9db257752925c8dc4d05d7692b7ad15e /boot/boot_script.c | |
parent | 8c2c7f7715a2a67e6afd0f1ee4b23a45231566e0 (diff) |
2001-08-17 Roland McGrath <roland@frob.com>
* boot_script.h: size_t -> unsigned int
* boot_script.c: Don't #include <string.h>.
Diffstat (limited to 'boot/boot_script.c')
-rw-r--r-- | boot/boot_script.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/boot_script.c b/boot/boot_script.c index 75152b3e..fb5b8d6c 100644 --- a/boot/boot_script.c +++ b/boot/boot_script.c @@ -3,7 +3,6 @@ /* Written by Shantanu Goel (goel@cs.columbia.edu). */ #include <mach/mach_types.h> -#include <string.h> #include "boot_script.h" |