From owner-cvs-all Fri Sep 6 23:40:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21E6537B400; Fri, 6 Sep 2002 23:40:06 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A9C43E3B; Fri, 6 Sep 2002 23:40:05 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g876e3wu013166; Fri, 6 Sep 2002 23:40:03 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g876e33Y013165; Fri, 6 Sep 2002 23:40:03 -0700 Date: Fri, 6 Sep 2002 23:40:03 -0700 From: Brooks Davis To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/kdump mkioctls Message-ID: <20020906234003.A25321@Odin.AC.HMC.Edu> References: <200209070616.g876GMWF021534@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200209070616.g876GMWF021534@freefall.freebsd.org>; from sobomax@FreeBSD.org on Fri, Sep 06, 2002 at 11:16:22PM -0700 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 06, 2002 at 11:16:22PM -0700, Maxim Sobolev wrote: > sobomax 2002/09/06 23:16:22 PDT >=20 > Modified files: > usr.bin/kdump mkioctls=20 > Log: > Add #include in attempt to fix the world. That probably isn't sufficent. The following patch to if_gre.h fixed got me through building world. -- Brooks Index: if_gre.h =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 RCS file: /home/ncvs/src/sys/net/if_gre.h,v retrieving revision 1.3 diff -u -p -r1.3 if_gre.h --- if_gre.h 6 Sep 2002 21:58:57 -0000 1.3 +++ if_gre.h 7 Sep 2002 06:38:58 -0000 @@ -43,9 +43,9 @@ #include #include =20 -#ifdef INET +#include +#include #include -#endif =20 struct gre_softc { struct ifnet sc_if; --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9eZ9CXY6L6fI4GtQRAj/RAJwIU72TRJOTT58q1949RbvlSCjb/QCcC6lh wh4eg4RnvtbZlSiQSnzAO7k= =3hjy -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message