diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-18 04:57:19 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-18 04:57:19 +0000 |
commit | a41e64f222d9696fa93011c936fca1821e257650 (patch) | |
tree | 4dddf0a1db1e282ff49539df0da19da44359b052 /boot | |
parent | 9359bb0d09864e95426e72d470c5b5cdcc2dd886 (diff) |
Formerly boot.c.~6~
Diffstat (limited to 'boot')
-rw-r--r-- | boot/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.c b/boot/boot.c index 6913a39f..954f6cb4 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -272,8 +272,8 @@ S_exec_startup (mach_port_t port, /* The argv string has nulls in it; so we use %c for the nulls and fill with constant zero. */ - nc = sprintf (argv, "[BOOTSTRAP]%c-x%c%d%c%d%c%s%c", '\0', '\0', - php_child_name, '\0', psmdp_child_name, '\0', "hd0e", '\0'); + nc = sprintf (argv, "[BOOTSTRAP]%c-x%c%d%c%d%c%s", '\0', '\0', + php_child_name, '\0', psmdp_child_name, '\0', "hd0e"); if (nc > *argvlen) vm_allocate (mach_task_self (), (vm_address_t *)argvP, nc, 1); |