summaryrefslogtreecommitdiffstats
path: root/bsd-bindresvport.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-25 09:04:37 +1000
committerDamien Miller <djm@mindrot.org>2000-07-25 09:04:37 +1000
commit7b60a17f14304bd8f46c1d6b2e20382f54d79014 (patch)
treeb3d6b9d2f7c578a5eca1534b6cc7f815b806895d /bsd-bindresvport.h
parent994cf1426d176e2ee9ba310416544c325e04b155 (diff)
- (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
Diffstat (limited to 'bsd-bindresvport.h')
-rw-r--r--bsd-bindresvport.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/bsd-bindresvport.h b/bsd-bindresvport.h
index df084e3d..4ef4c2f3 100644
--- a/bsd-bindresvport.h
+++ b/bsd-bindresvport.h
@@ -1,10 +1,10 @@
-#ifndef _BSD_BINRESVPORT_H
-#define _BSD_BINRESVPORT_H
+#ifndef _BSD_BINDRESVPORT_H
+#define _BSD_BINDRESVPORT_H
#include "config.h"
-#ifndef HAVE_BINRESVPORT_AF
+#ifndef HAVE_BINDRESVPORT_AF
int bindresvport_af(int sd, struct sockaddr *sa, int af);
-#endif /* !HAVE_BINRESVPORT_AF */
+#endif /* !HAVE_BINDRESVPORT_AF */
-#endif /* _BSD_BINRESVPORT_H */
+#endif /* _BSD_BINDRESVPORT_H */