From 853f0eead1fcab44fa3339a6b171da9bfc7840d8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 3 Nov 1995 22:42:06 +0000 Subject: Fri Nov 3 17:27:49 1995 Roland McGrath * 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. --- sysdeps/mach/hurd/sendto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/mach/hurd/sendto.c') diff --git a/sysdeps/mach/hurd/sendto.c b/sysdeps/mach/hurd/sendto.c index 94becae0a4..b468ba7606 100644 --- a/sysdeps/mach/hurd/sendto.c +++ b/sysdeps/mach/hurd/sendto.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994 Free Software Foundation, Inc. +/* Copyright (C) 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 @@ -63,7 +63,7 @@ DEFUN(sendto, (fd, buf, n, flags, addr, addr_len), addr->sa_family, (char *) addr, addr_len, - &aport, 1); + &aport); if (! err) { /* Send the data. */ -- cgit v1.2.3