Date: Fri, 6 Sep 2002 23:40:03 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Maxim Sobolev <sobomax@FreeBSD.org> 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> In-Reply-To: <200209070616.g876GMWF021534@freefall.freebsd.org>; from sobomax@FreeBSD.org on Fri, Sep 06, 2002 at 11:16:22PM -0700 References: <200209070616.g876GMWF021534@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <netinet/ip.h> 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 <sys/ioccom.h> #include <sys/queue.h> =20 -#ifdef INET +#include <netinet/in.h> +#include <netinet/in_systm.h> #include <netinet/ip.h> -#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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020906234003.A25321>