diff options
author | Roland McGrath <roland@gnu.org> | 1995-11-03 22:42:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-11-03 22:42:06 +0000 |
commit | 853f0eead1fcab44fa3339a6b171da9bfc7840d8 (patch) | |
tree | 4eba519918a082101309096548ce0a13bdc4b8a5 /sysdeps/mach/hurd/bind.c | |
parent | 27cc33c3b483ce4f73cbd3671ba1fd872b473c4d (diff) | |
download | glibc-853f0eead1fcab44fa3339a6b171da9bfc7840d8.tar glibc-853f0eead1fcab44fa3339a6b171da9bfc7840d8.tar.gz glibc-853f0eead1fcab44fa3339a6b171da9bfc7840d8.tar.bz2 glibc-853f0eead1fcab44fa3339a6b171da9bfc7840d8.zip |
Fri Nov 3 17:27:49 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-951105cvs/libc-951104
* sysdeps/mach/hurd/sendto.c: Don't pass BINDING arg to
socket_create_address.
* sysdeps/mach/hurd/connect.c: Likewise.
* sysdeps/mach/hurd/bind.c: Likewise.
* hurd/hurdprio.c (_hurd_priority_which_map): Pass threadwaits
args to proc_getprocinfo.
* sysdeps/mach/hurd/getpriority.c: Likewise.
* hurd/hurdmsg.c (_S_msg_report_wait): New stub function.
Diffstat (limited to 'sysdeps/mach/hurd/bind.c')
-rw-r--r-- | sysdeps/mach/hurd/bind.c | 2 |
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); |