]> andersk Git - openssh.git/blame - openbsd-compat/bindresvport.h
- (bal) renamed queue.h to fake-queue.h (even if it's an OpenBSD
[openssh.git] / openbsd-compat / bindresvport.h
CommitLineData
bcf89935 1#ifndef _BSD_BINDRESVPORT_H
2#define _BSD_BINDRESVPORT_H
48e671d5 3
4#include "config.h"
5
d7d5f0b2 6#ifndef HAVE_BINDRESVPORT_SA
7int bindresvport_sa(int sd, struct sockaddr *sa);
8#endif /* !HAVE_BINDRESVPORT_SA */
48e671d5 9
bcf89935 10#endif /* _BSD_BINDRESVPORT_H */
This page took 0.085193 seconds and 5 git commands to generate.