diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-27 19:14:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-27 19:14:25 +0000 |
commit | 8192ca49017ca9f7409a603a3bc90646f8e4998b (patch) | |
tree | ef69d65be8f0f61de84f86e2896f8f83517e5921 /pfinet | |
parent | 79b95307cbfb4c1f510fa78fa5c0ef93e9a289a1 (diff) |
Formerly main.c.~13~
Diffstat (limited to 'pfinet')
-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) { |