summaryrefslogtreecommitdiff
path: root/nfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-02-09 00:59:09 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-02-09 00:59:09 +0000
commit88b9f8c660b89a1df5e893bf4eca6a94e4fd2900 (patch)
treef5bd3475fe0fd2cc26a09eed2566a776db785a7a /nfs
parent67bab9442d9acfa2246b70ccd292977ab53a8667 (diff)
Formerly main.c.~5~
Diffstat (limited to 'nfs')
-rw-r--r--nfs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/main.c b/nfs/main.c
index 0209bd37..4b172fff 100644
--- a/nfs/main.c
+++ b/nfs/main.c
@@ -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);