From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 11 10:10:03 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6FA30F63 for ; Mon, 11 Feb 2013 10:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5803E1874 for ; Mon, 11 Feb 2013 10:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1BAA3lm069766 for ; Mon, 11 Feb 2013 10:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1BAA33o069758; Mon, 11 Feb 2013 10:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 11 Feb 2013 10:10:03 GMT Resent-Message-Id: <201302111010.r1BAA33o069758@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jukka Ukkonen Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 831D2E79 for ; Mon, 11 Feb 2013 10:04:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5C9321838 for ; Mon, 11 Feb 2013 10:04:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1BA4X0Z065163 for ; Mon, 11 Feb 2013 10:04:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1BA4Xxt065162; Mon, 11 Feb 2013 10:04:33 GMT (envelope-from nobody) Message-Id: <201302111004.r1BA4Xxt065162@red.freebsd.org> Date: Mon, 11 Feb 2013 10:04:33 GMT From: Jukka Ukkonen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: kern/176026: TCP wrappers caused quite a lot of warnings during "make buildworld" X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 10:10:03 -0000 >Number: 176026 >Category: kern >Synopsis: TCP wrappers caused quite a lot of warnings during "make buildworld" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 10:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jukka Ukkonen >Release: 9.1-STABLE >Organization: ----- >Environment: FreeBSD sleipnir 9.1-STABLE FreeBSD 9.1-STABLE #0 r246649M: Mon Feb 11 09:30:26 EET 2013 root@sleipnir:/usr/obj/usr/src/sys/Sleipnir amd64 >Description: TCP wrappers caused quite a lot of warnings during "make buildworld". >How-To-Repeat: Direct the output from "make buildworld" to a file and look for warnings generated while compiling tcp_wrappers. >Fix: Apply the attached patch. Patch attached with submission follows: --- contrib/tcp_wrappers/rfc931.c.orig 2013-02-11 08:22:46.000000000 +0200 +++ contrib/tcp_wrappers/rfc931.c 2013-02-11 08:23:10.000000000 +0200 @@ -17,6 +17,7 @@ /* System libraries. */ +#include #include #include #include --- /usr/src/contrib/tcp_wrappers/clean_exit.c.orig 2013-02-11 08:26:58.000000000 +0200 +++ /usr/src/contrib/tcp_wrappers/clean_exit.c 2013-02-11 08:27:17.000000000 +0200 @@ -12,6 +12,7 @@ static char sccsid[] = "@(#) clean_exit.c 1.4 94/12/28 17:42:19"; #endif +#include #include extern void exit(); --- /usr/src/contrib/tcp_wrappers/hosts_access.c.orig 2013-02-11 08:30:42.000000000 +0200 +++ /usr/src/contrib/tcp_wrappers/hosts_access.c 2013-02-11 08:31:20.000000000 +0200 @@ -35,6 +35,8 @@ #endif #include #include +#include +#include #include #include #include --- /usr/src/contrib/tcp_wrappers/options.c.orig 2013-02-11 08:32:30.000000000 +0200 +++ /usr/src/contrib/tcp_wrappers/options.c 2013-02-11 08:33:02.000000000 +0200 @@ -41,6 +41,8 @@ #include #include #include +#include +#include #include #include #define SYSLOG_NAMES --- /usr/src/contrib/tcp_wrappers/percent_x.c.orig 2013-02-11 08:34:16.000000000 +0200 +++ /usr/src/contrib/tcp_wrappers/percent_x.c 2013-02-11 08:34:34.000000000 +0200 @@ -16,6 +16,7 @@ /* System libraries. */ +#include #include #include #include --- /usr/src/contrib/tcp_wrappers/shell_cmd.c.orig 2013-02-11 08:36:21.000000000 +0200 +++ /usr/src/contrib/tcp_wrappers/shell_cmd.c 2013-02-11 08:38:47.000000000 +0200 @@ -16,6 +16,8 @@ #include #include +#include +#include #include #include #include >Release-Note: >Audit-Trail: >Unformatted: