From 5371a80557b8b491dbe125ab963381aa8271b18b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 30 Jul 1998 04:54:14 +0000 Subject: fixed sin_len test for FreeBSD (This used to be commit 15b666a0cebb994b6ed96c75716946afdbfa2861) --- source3/configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index a7cba67688..621c23ed50 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -145,7 +145,8 @@ echo no) echo $ac_n "checking for sin_len in sock ... $ac_c" AC_TRY_COMPILE([#include -#include ], +#include +#include ], [struct sockaddr_in sock; sock.sin_len = sizeof(sock);], echo yes;AC_DEFINE(HAVE_SOCK_SIN_LEN), echo no) -- cgit