diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-02-12 19:28:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-02-12 19:28:27 +0000 |
commit | a2096cc9919a1621e179e48b39f566fcfcff1e54 (patch) | |
tree | a2ca5beb1d13a78cc7ff0b47ceb72561f3aa2b5b /nfs | |
parent | ffdc5edf0c32523b55aaf04806859a4c8a6993f5 (diff) |
Formerly main.c.~6~
Diffstat (limited to 'nfs')
-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 = 0; + static volatile int hold = 1; struct sockaddr_in addr; int ret; |