about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/bind.c')
-rw-r--r--sysdeps/mach/hurd/bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/bind.c b/sysdeps/mach/hurd/bind.c
index 5b041f3558..399c23ed22 100644
--- a/sysdeps/mach/hurd/bind.c
+++ b/sysdeps/mach/hurd/bind.c
@@ -96,7 +96,7 @@ DEFUN(bind, (fd, addr, len),
 			    err = __socket_create_address (port,
 							   addr->sa_family,
 							   (char *) addr, len,
-							   &aport, 1);
+							   &aport);
 			  if (! err)
 			    {
 			      err = __socket_bind (port, aport);