From owner-cvs-all Sat Sep 7 5:23:48 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 3E02A37B400; Sat, 7 Sep 2002 05:23:37 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 236BE43E6E; Sat, 7 Sep 2002 05:23:33 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g87CNIs80606; Sat, 7 Sep 2002 15:23:19 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.5/8.12.5) with ESMTP id g87CNGdO006705; Sat, 7 Sep 2002 15:23:16 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.5/8.12.5/Submit) id g87CNCAR006704; Sat, 7 Sep 2002 15:23:12 +0300 (EEST) Date: Sat, 7 Sep 2002 15:23:12 +0300 From: Maxim Sobolev To: Brooks Davis 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> References: <200209070616.g876GMWF021534@freefall.freebsd.org> <20020906234003.A25321@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020906234003.A25321@Odin.AC.HMC.Edu> User-Agent: Mutt/1.4i 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 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 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 > #include > > -#ifdef INET > +#include > +#include > #include > -#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