summaryrefslogtreecommitdiff
path: root/bsd-rresvport.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-23 08:23:34 +1000
committerDamien Miller <djm@mindrot.org>2000-06-23 08:23:34 +1000
commitb54b40ef06517dc3091253228f06d3bd54f19a82 (patch)
treead094e0baa6a0af32ee0ceda85369d464e35b85c /bsd-rresvport.h
parentc19fd5f4e25f58af35cbede8a442ed3965e32eb0 (diff)
- (djm) Use sa_family_t in prototype for rresvport_af. Patch from
Svante Signell <svante.signell@telia.com> - (djm) Autoconf logic to define sa_family_t if it is missing
Diffstat (limited to 'bsd-rresvport.h')
-rw-r--r--bsd-rresvport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-rresvport.h b/bsd-rresvport.h
index 69d6bbd9f..d139895e8 100644
--- a/bsd-rresvport.h
+++ b/bsd-rresvport.h
@@ -4,7 +4,7 @@
4#include "config.h" 4#include "config.h"
5 5
6#ifndef HAVE_RRESVPORT_AF 6#ifndef HAVE_RRESVPORT_AF
7int rresvport_af(int *alport, int af); 7int rresvport_af(int *alport, sa_family_t af);
8#endif /* !HAVE_RRESVPORT_AF */ 8#endif /* !HAVE_RRESVPORT_AF */
9 9
10#endif /* _BSD_RRESVPORT_H */ 10#endif /* _BSD_RRESVPORT_H */