From 7a336d3ee03c30d9be6d2344da89bbd2dd1135d1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 8 Dec 1993 06:23:13 +0000 Subject: Formerly boot.c.~7~ --- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') 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); -- cgit v1.2.3