summaryrefslogtreecommitdiff
path: root/inet/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'inet/netinet')
-rw-r--r--inet/netinet/in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h
index faaf7e8a63..6b59930008 100644
--- 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 *__sock_in));
/* IPv6 packet information. */