]> andersk Git - openssh.git/blame - openbsd-compat/rresvport.h
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
[openssh.git] / openbsd-compat / rresvport.h
CommitLineData
48e671d5 1#ifndef _BSD_RRESVPORT_H
2#define _BSD_RRESVPORT_H
3
4#include "config.h"
5
6#ifndef HAVE_RRESVPORT_AF
1c04b088 7int rresvport_af(int *alport, sa_family_t af);
48e671d5 8#endif /* !HAVE_RRESVPORT_AF */
9
10#endif /* _BSD_RRESVPORT_H */
This page took 0.28627 seconds and 5 git commands to generate.