summaryrefslogtreecommitdiff
path: root/bsd-bindresvport.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-bindresvport.h')
-rw-r--r--bsd-bindresvport.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/bsd-bindresvport.h b/bsd-bindresvport.h
index df084e3dc..4ef4c2f3a 100644
--- a/bsd-bindresvport.h
+++ b/bsd-bindresvport.h
@@ -1,10 +1,10 @@
1#ifndef _BSD_BINRESVPORT_H 1#ifndef _BSD_BINDRESVPORT_H
2#define _BSD_BINRESVPORT_H 2#define _BSD_BINDRESVPORT_H
3 3
4#include "config.h" 4#include "config.h"
5 5
6#ifndef HAVE_BINRESVPORT_AF 6#ifndef HAVE_BINDRESVPORT_AF
7int bindresvport_af(int sd, struct sockaddr *sa, int af); 7int bindresvport_af(int sd, struct sockaddr *sa, int af);
8#endif /* !HAVE_BINRESVPORT_AF */ 8#endif /* !HAVE_BINDRESVPORT_AF */
9 9
10#endif /* _BSD_BINRESVPORT_H */ 10#endif /* _BSD_BINDRESVPORT_H */