From owner-freebsd-current Sat Aug 17 21:55:24 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3510337B400 for ; Sat, 17 Aug 2002 21:55:23 -0700 (PDT) Received: from optima-hyper.com (s2.optima-inc.us [12.111.39.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE0843E42 for ; Sat, 17 Aug 2002 21:55:22 -0700 (PDT) (envelope-from yuri@tsoft.com) Received: from s1.optima-inc.us (s1 [12.111.39.155]) by optima-hyper.com (8.12.5/8.12.2) with ESMTP id g7I4tDDI017453 for ; Sun, 18 Aug 2002 00:55:13 -0400 (EDT) Received: from tsoft.com (localhost [127.0.0.1]) by s1.optima-inc.us (8.12.5/8.12.2) with ESMTP id g7I4tFwe001018 for ; Sun, 18 Aug 2002 00:55:16 -0400 (EDT) Message-ID: <3D5F28BF.EE86E5AB@tsoft.com> Date: Sun, 18 Aug 2002 00:55:27 -0400 From: Yuri Victorovich X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: "current@FreeBSD.ORG" Subject: libwrap bug? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is it a bug that function "sock_host" is declared sock_host() in /usr/include/tcpd.h but defined as sock_host(struct request_info *) in /usr/src/contrib/tcp_wrappers/socket.c ? Good question also why compiler passes this and doesn't issue even a warning when I call it with the argument. MySQL on Alpha gives "unaligned access..." error because they use it w/out an argument and actual libwrap expects an argument. Yuri. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message