diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-02-12 19:40:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-02-12 19:40:01 +0000 |
commit | 05e978689510875e42cb615aa016f386218ace0d (patch) | |
tree | 9b3773ce18bf07a1f65e164944df0d66d6e3399d | |
parent | a2096cc9919a1621e179e48b39f566fcfcff1e54 (diff) |
Formerly main.c.~7~
-rw-r--r-- | nfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ int main () { mach_port_t bootstrap; - static volatile int hold = 1; + static volatile int hold = 0; struct sockaddr_in addr; int ret; |