summaryrefslogtreecommitdiffstats
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 69d6bbd9..d139895e 100644
--- a/bsd-rresvport.h
+++ b/bsd-rresvport.h
@@ -4,7 +4,7 @@
#include "config.h"
#ifndef HAVE_RRESVPORT_AF
-int rresvport_af(int *alport, int af);
+int rresvport_af(int *alport, sa_family_t af);
#endif /* !HAVE_RRESVPORT_AF */
#endif /* _BSD_RRESVPORT_H */