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