]> andersk Git - openssh.git/blob - bsd-rresvport.h
- Define __progname in session.c if libc doesn't
[openssh.git] / bsd-rresvport.h
1 #ifndef _BSD_RRESVPORT_H
2 #define _BSD_RRESVPORT_H
3
4 #include "config.h"
5
6 #ifndef HAVE_RRESVPORT_AF
7 int rresvport_af(int *alport, int af);
8 #endif /* !HAVE_RRESVPORT_AF */
9
10 #endif /* _BSD_RRESVPORT_H */
This page took 1.008786 seconds and 5 git commands to generate.