diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-02-09 00:59:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-02-09 00:59:09 +0000 |
commit | 88b9f8c660b89a1df5e893bf4eca6a94e4fd2900 (patch) | |
tree | f5bd3475fe0fd2cc26a09eed2566a776db785a7a /nfs/main.c | |
parent | 67bab9442d9acfa2246b70ccd292977ab53a8667 (diff) |
Formerly main.c.~5~
Diffstat (limited to 'nfs/main.c')
-rw-r--r-- | nfs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ main () while (hold); - bootstrap = task_get_bootstrap_port (mach_task_self (), &bootstrap); + task_get_bootstrap_port (mach_task_self (), &bootstrap); netfs_init (); main_udp_socket = socket (PF_INET, SOCK_DGRAM, 0); |