]> andersk Git - openssh.git/blob - bsd-bindresvport.h
- (bal) Detect if clock_t structure exists, if not define it.
[openssh.git] / bsd-bindresvport.h
1 #ifndef _BSD_BINDRESVPORT_H
2 #define _BSD_BINDRESVPORT_H
3
4 #include "config.h"
5
6 #ifndef HAVE_BINDRESVPORT_AF
7 int bindresvport_af(int sd, struct sockaddr *sa, int af);
8 #endif /* !HAVE_BINDRESVPORT_AF */
9
10 #endif /* _BSD_BINDRESVPORT_H */
This page took 0.038057 seconds and 5 git commands to generate.