- (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
This commit is contained in:
parent
994cf1426d
commit
7b60a17f14
|
@ -1,3 +1,6 @@
|
||||||
|
20000725
|
||||||
|
- (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
|
||||||
|
|
||||||
20000721
|
20000721
|
||||||
- (djm) OpenBSD CVS updates:
|
- (djm) OpenBSD CVS updates:
|
||||||
- markus@cvs.openbsd.org 2000/07/16 02:27:22
|
- markus@cvs.openbsd.org 2000/07/16 02:27:22
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifndef HAVE_BINRESVPORT_AF
|
#ifndef HAVE_BINDRESVPORT_AF
|
||||||
|
|
||||||
#if defined(LIBC_SCCS) && !defined(lint)
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
static char *rcsid = "$OpenBSD: bindresvport.c,v 1.11 1999/12/17 19:22:08 deraadt Exp $";
|
static char *rcsid = "$OpenBSD: bindresvport.c,v 1.11 1999/12/17 19:22:08 deraadt Exp $";
|
||||||
|
@ -109,4 +109,4 @@ bindresvport_af(sd, sa, af)
|
||||||
return (error);
|
return (error);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* HAVE_BINRESVPORT_AF */
|
#endif /* HAVE_BINDRESVPORT_AF */
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#ifndef _BSD_BINRESVPORT_H
|
#ifndef _BSD_BINDRESVPORT_H
|
||||||
#define _BSD_BINRESVPORT_H
|
#define _BSD_BINDRESVPORT_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifndef HAVE_BINRESVPORT_AF
|
#ifndef HAVE_BINDRESVPORT_AF
|
||||||
int bindresvport_af(int sd, struct sockaddr *sa, int 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 */
|
||||||
|
|
Loading…
Reference in New Issue