]> andersk Git - openssh.git/blame - openbsd-compat/bindresvport.h
- (djm) Add CVS Id's to files that we have missed
[openssh.git] / openbsd-compat / bindresvport.h
CommitLineData
0b202697 1/* $Id$ */
2
bcf89935 3#ifndef _BSD_BINDRESVPORT_H
4#define _BSD_BINDRESVPORT_H
48e671d5 5
6#include "config.h"
7
d7d5f0b2 8#ifndef HAVE_BINDRESVPORT_SA
9int bindresvport_sa(int sd, struct sockaddr *sa);
10#endif /* !HAVE_BINDRESVPORT_SA */
48e671d5 11
bcf89935 12#endif /* _BSD_BINDRESVPORT_H */
This page took 0.140048 seconds and 5 git commands to generate.