Date: Sat, 7 Sep 2002 15:23:12 +0300 From: Maxim Sobolev <sobomax@FreeBSD.ORG> To: Brooks Davis <brooks@one-eyed-alien.net> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/kdump mkioctls Message-ID: <20020907122312.GA6687@vega.vega.com> In-Reply-To: <20020906234003.A25321@Odin.AC.HMC.Edu> References: <200209070616.g876GMWF021534@freefall.freebsd.org> <20020906234003.A25321@Odin.AC.HMC.Edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 06, 2002 at 11:40:03PM -0700, Brooks Davis wrote: > On Fri, Sep 06, 2002 at 11:16:22PM -0700, Maxim Sobolev wrote: > > sobomax 2002/09/06 23:16:22 PDT > > > > Modified files: > > usr.bin/kdump mkioctls > > 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 > =================================================================== > 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> > > -#ifdef INET > +#include <netinet/in.h> > +#include <netinet/in_systm.h> > #include <netinet/ip.h> > -#endif > > struct gre_softc { > struct ifnet sc_if; Committed, thanks! -Maxim 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?20020907122312.GA6687>