mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-03 03:23:23 +08:00
b54b40ef06
Svante Signell <svante.signell@telia.com> - (djm) Autoconf logic to define sa_family_t if it is missing
11 lines
208 B
C
11 lines
208 B
C
#ifndef _BSD_RRESVPORT_H
|
|
#define _BSD_RRESVPORT_H
|
|
|
|
#include "config.h"
|
|
|
|
#ifndef HAVE_RRESVPORT_AF
|
|
int rresvport_af(int *alport, sa_family_t af);
|
|
#endif /* !HAVE_RRESVPORT_AF */
|
|
|
|
#endif /* _BSD_RRESVPORT_H */
|