Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jan 29, 2000
1 parent 7bc9942 commit 0ceb026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbsd/sys/netinet/in.h
Expand Up @@ -586,7 +586,7 @@ struct in6_pktinfo {
__BEGIN_DECLS
int bindresvport __P((int, struct sockaddr_in *));
struct sockaddr;
int bindresvport_sa __P((int, struct sockaddr *, int));
int bindresvport_sa __P((int, struct sockaddr *));
__END_DECLS

#else
Expand Down

0 comments on commit 0ceb026

Please sign in to comment.