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, 0 insertions, 10 deletions
diff --git a/bsd-bindresvport.h b/bsd-bindresvport.h
deleted file mode 100644
index 6dbf8a2cb..000000000
--- a/bsd-bindresvport.h
+++ /dev/null
@@ -1,10 +0,0 @@
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 */