inn's configure script on openbsd
Russ Allbery
rra at stanford.edu
Tue Aug 24 08:56:38 UTC 2010
Julien ÉLIE <julien at trigofacile.com> writes:
> Note to Russ: the issue also affects rra-c-util-2.5.
Thanks, updated there as well.
> Shouldn't these other files also be patched?
> --- m4/sendfd.m4 (révision 9083)
> +++ m4/sendfd.m4 (copie de travail)
> @@ -14,6 +14,7 @@
> # include <string.h>
> #endif
> #include <stropts.h>
> +#include <sys/types.h>
> #include <sys/socket.h>
> #if HAVE_UNISTD_H
> # include <unistd.h>
This will always fail on OpenBSD anyway, so it shouldn't matter. This
will only successfully compile and run on a STREAMS-based system, so only
SysV.
> --- include/portable/getnameinfo.h (révision 9083)
> +++ include/portable/getnameinfo.h (copie de travail)
> --- include/portable/getaddrinfo.h (révision 9083)
> +++ include/portable/getaddrinfo.h (copie de travail)
Yeah, these should probably be changed too.
--
Russ Allbery (rra at stanford.edu) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
More information about the inn-workers
mailing list