diff options
Diffstat (limited to 'sysdeps/mach/hurd/bind.c')
-rw-r--r-- | sysdeps/mach/hurd/bind.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysdeps/mach/hurd/bind.c b/sysdeps/mach/hurd/bind.c index f59a44ccda..8b08a6bafa 100644 --- a/sysdeps/mach/hurd/bind.c +++ b/sysdeps/mach/hurd/bind.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992,94,95,96,97,98,2001 Free Software Foundation, Inc. +/* Copyright (C) 1992,94,95,96,97,98,2001,02 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 @@ -30,10 +30,7 @@ /* Give the socket FD the local address ADDR (which is LEN bytes long). */ int -bind (fd, addrarg, len) - int fd; - __CONST_SOCKADDR_ARG addrarg; - size_t len; +bind (int fd, __CONST_SOCKADDR_ARG addrarg, socklen_t len) { addr_port_t aport; error_t err; |