]> andersk Git - openssh.git/blob - bsd-bindresvport.h
- (djm) Don't log SSH2 PAM KbdInt responses to debug, they may contain
[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_SA
7 int bindresvport_sa(int sd, struct sockaddr *sa);
8 #endif /* !HAVE_BINDRESVPORT_SA */
9
10 #endif /* _BSD_BINDRESVPORT_H */
This page took 0.046175 seconds and 5 git commands to generate.