diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-12-08 06:23:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-12-08 06:23:13 +0000 |
commit | 7a336d3ee03c30d9be6d2344da89bbd2dd1135d1 (patch) | |
tree | ba78d966d1119222729f489f237e6df84a8d7901 | |
parent | dc3d8c0cc979bcee0a8a0f1938ec7521354125ab (diff) |
Formerly boot.c.~7~
-rw-r--r-- | boot/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c index 954f6cb4..40053fec 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -273,7 +273,7 @@ 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", '\0', '\0', - php_child_name, '\0', psmdp_child_name, '\0', "hd0e"); + php_child_name, '\0', psmdp_child_name, '\0', "hd0f"); if (nc > *argvlen) vm_allocate (mach_task_self (), (vm_address_t *)argvP, nc, 1); |