diff options
-rw-r--r-- | pfinet/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
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) { |