summaryrefslogtreecommitdiff
path: root/openbsd-compat/bindresvport.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/bindresvport.h')
-rw-r--r--openbsd-compat/bindresvport.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsd-compat/bindresvport.h b/openbsd-compat/bindresvport.h
new file mode 100644
index 000000000..6dbf8a2cb
--- /dev/null
+++ b/openbsd-compat/bindresvport.h
@@ -0,0 +1,10 @@
1#ifndef _BSD_BINDRESVPORT_H
2#define _BSD_BINDRESVPORT_H
3
4#include "config.h"
5
6#ifndef HAVE_BINDRESVPORT_SA
7int bindresvport_sa(int sd, struct sockaddr *sa);
8#endif /* !HAVE_BINDRESVPORT_SA */
9
10#endif /* _BSD_BINDRESVPORT_H */