projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7055b5d
)
Rename second parameter of bindresvport to avoid buggy gcc warning.
author
drepper
<drepper>
Tue, 10 Feb 1998 19:51:02 +0000
(19:51 +0000)
committer
drepper
<drepper>
Tue, 10 Feb 1998 19:51:02 +0000
(19:51 +0000)
inet/netinet/in.h
patch
|
blob
|
history
diff --git
a/inet/netinet/in.h
b/inet/netinet/in.h
index
faaf7e8
..
6b59930
100644
(file)
--- a/
inet/netinet/in.h
+++ b/
inet/netinet/in.h
@@
-274,7
+274,7
@@
extern uint16_t htons __P ((uint16_t __hostshort));
(((uint32_t *) (a))[3] == ((uint32_t *) (b))[3]))
/* Bind socket to a privileged IP port. */
-extern int bindresvport __P ((int __sockfd, struct sockaddr_in *__sin));
+extern int bindresvport __P ((int __sockfd, struct sockaddr_in *__s
ock_
in));
/* IPv6 packet information. */