diff options
Diffstat (limited to 'sysdeps/mach/hurd/connect.c')
-rw-r--r-- | sysdeps/mach/hurd/connect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/connect.c b/sysdeps/mach/hurd/connect.c index e015a14c50..019d1ea108 100644 --- a/sysdeps/mach/hurd/connect.c +++ b/sysdeps/mach/hurd/connect.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992, 1994 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -61,7 +61,7 @@ DEFUN(connect, (fd, addr, len), err = __socket_create_address (port, addr->sa_family, (char *) addr, len, - &aport, 0); + &aport); if (! err) { err = __socket_connect (port, aport); |