]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Rename second parameter of bindresvport to avoid buggy gcc warning.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 17:37:23 +0000 (17:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 17:37:23 +0000 (17:37 +0000)
sysdeps/unix/sysv/linux/netinet/in.h

index 273d779ad76c9ee287cd2a3aaaf72fd38d1ed9eb..f0164a7b5953b03e372f075ccd26e0c6b908e973 100644 (file)
@@ -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