summaryrefslogtreecommitdiffstats
path: root/.get_maintainer.ignore
AgeCommit message (Expand)Author
2015-08-21Add hch to .get_maintainer.ignoreChristoph Hellwig
9_1 Mirror of https://anongit.mindrot.org/openssh.gitmatthias
summaryrefslogtreecommitdiffstats
path: root/bsd-bindresvport.h
blob: 4ef4c2f3acae9f013e53a04fb58235fcf9f14eda (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _BSD_BINDRESVPORT_H
#define _BSD_BINDRESVPORT_H

#include "config.h"

#ifndef HAVE_BINDRESVPORT_AF
int bindresvport_af(int sd, struct sockaddr *sa, int af);
#endif /* !HAVE_BINDRESVPORT_AF */

#endif /* _BSD_BINDRESVPORT_H */