From: Ulrich Drepper Date: Mon, 2 Mar 1998 17:37:23 +0000 (+0000) Subject: Rename second parameter of bindresvport to avoid buggy gcc warning. X-Git-Tag: cvs/before-sparc-2_0_x-branch~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d43dd2e0eb0c8ebc3156b884797f1ffac1e695c;p=thirdparty%2Fglibc.git Rename second parameter of bindresvport to avoid buggy gcc warning. --- diff --git a/sysdeps/unix/sysv/linux/netinet/in.h b/sysdeps/unix/sysv/linux/netinet/in.h index 273d779ad76..f0164a7b595 100644 --- a/sysdeps/unix/sysv/linux/netinet/in.h +++ b/sysdeps/unix/sysv/linux/netinet/in.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,94,95,96,97,98 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 modify @@ -213,7 +213,7 @@ extern u_int16_t htons __P ((u_int16_t __hostshort)); /* Bind socket to a priviledged IP port. */ -extern int bindresvport __P ((int __sockfd, struct sockaddr_in *__sin)); +extern int bindresvport __P ((int __sockfd, struct sockaddr_in *__sock_in)); __END_DECLS