diff options
Diffstat (limited to 'bsd-bindresvport.h')
-rw-r--r-- | bsd-bindresvport.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bsd-bindresvport.h b/bsd-bindresvport.h index 4ef4c2f3a..6dbf8a2cb 100644 --- a/bsd-bindresvport.h +++ b/bsd-bindresvport.h | |||
@@ -3,8 +3,8 @@ | |||
3 | 3 | ||
4 | #include "config.h" | 4 | #include "config.h" |
5 | 5 | ||
6 | #ifndef HAVE_BINDRESVPORT_AF | 6 | #ifndef HAVE_BINDRESVPORT_SA |
7 | int bindresvport_af(int sd, struct sockaddr *sa, int af); | 7 | int bindresvport_sa(int sd, struct sockaddr *sa); |
8 | #endif /* !HAVE_BINDRESVPORT_AF */ | 8 | #endif /* !HAVE_BINDRESVPORT_SA */ |
9 | 9 | ||
10 | #endif /* _BSD_BINDRESVPORT_H */ | 10 | #endif /* _BSD_BINDRESVPORT_H */ |