From owner-svn-src-head@FreeBSD.ORG Tue Sep 8 15:58:56 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1185106566C; Tue, 8 Sep 2009 15:58:56 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206049004.chello.pl [87.206.49.4]) by mx1.freebsd.org (Postfix) with ESMTP id CFD088FC08; Tue, 8 Sep 2009 15:58:55 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 940D64569A; Tue, 8 Sep 2009 17:58:53 +0200 (CEST) Received: from localhost (pdawidek.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 0EF0545683; Tue, 8 Sep 2009 17:58:48 +0200 (CEST) Date: Tue, 8 Sep 2009 17:58:50 +0200 From: Pawel Jakub Dawidek To: Poul-Henning Kamp Message-ID: <20090908155850.GM1577@garage.freebsd.pl> References: <200909081518.n88FIPOZ051348@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oplxJGu+Ee5xywIT" Content-Disposition: inline In-Reply-To: <200909081518.n88FIPOZ051348@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=4.5 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r196976 - head/lib/libc/net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2009 15:58:56 -0000 --oplxJGu+Ee5xywIT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 08, 2009 at 03:18:25PM +0000, Poul-Henning Kamp wrote: > Author: phk > Date: Tue Sep 8 15:18:25 2009 > New Revision: 196976 > URL: http://svn.freebsd.org/changeset/base/196976 >=20 > Log: > Add necessary include >=20 > Modified: > head/lib/libc/net/getifaddrs.c >=20 > Modified: head/lib/libc/net/getifaddrs.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/libc/net/getifaddrs.c Tue Sep 8 15:13:49 2009 (r196975) > +++ head/lib/libc/net/getifaddrs.c Tue Sep 8 15:18:25 2009 (r196976) > @@ -33,6 +33,7 @@ > __FBSDID("$FreeBSD$"); > =20 > #include "namespace.h" > +#include > #include style(9) seems to advice to include either types.h or param.h, but not both. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --oplxJGu+Ee5xywIT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFKpn86ForvXbEpPzQRAm2sAJ9bZ4pAkHutI7d99X77WqIEjRICyQCfaPRb 80ghQGL7RjFu3ND0TrN1++E= =ho1u -----END PGP SIGNATURE----- --oplxJGu+Ee5xywIT--