From 8192ca49017ca9f7409a603a3bc90646f8e4998b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 27 Nov 1995 19:14:25 +0000 Subject: Formerly main.c.~13~ --- pfinet/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pfinet/main.c') diff --git a/pfinet/main.c b/pfinet/main.c index d5f57e18..a9889110 100644 --- a/pfinet/main.c +++ b/pfinet/main.c @@ -51,9 +51,11 @@ main (int argc, { mach_port_t bootstrap; error_t err; + volatile int hold = 1; - /* Talk to parent and link us in. */ + while (hold); + /* Talk to parent and link us in. */ task_get_bootstrap_port (mach_task_self (), &bootstrap); if (bootstrap == MACH_PORT_NULL) { -- cgit v1.2.3