Jun-ichiro itojun Hagino
2000-Jun-15 04:44 UTC
configure.in portability: need other headers for sockaddr_in6
I think I have sent this before, but since it is not in 2.1.1p1 I would like to resend. the following patch improves portability of configure.in script. netbsd build will choke without this. itojun $NetBSD: patch-aa,v 1.7 2000/05/31 15:32:44 itojun Exp $ --- configure.in Tue May 30 11:57:47 2000 +++ configure.in Wed May 31 18:31:52 2000 @@ -447,3 +447,5 @@ [ +#include <sys/types.h> #include <netinet/in.h> +#include <sys/socket.h> ], @@ -461,2 +463,3 @@ [ +#include <sys/types.h> #include <netinet/in.h>
Damien Miller
2000-Jun-18 04:05 UTC
configure.in portability: need other headers for sockaddr_in6
On Thu, 15 Jun 2000, Jun-ichiro itojun Hagino wrote:> > I think I have sent this before, but since it is not in 2.1.1p1 > I would like to resend. > the following patch improves portability of configure.in script. > netbsd build will choke without this.Thanks for this, it has been applied. My apologies for missing it last time. Regards, Damien Miller -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)