From owner-freebsd-current Tue May 9 10:12:52 2000 Delivered-To: freebsd-current@freebsd.org Received: from prism.flugsvamp.com (cb58709-a.mdsn1.wi.home.com [24.17.241.9]) by hub.freebsd.org (Postfix) with ESMTP id 9F73D37B9C8; Tue, 9 May 2000 10:12:48 -0700 (PDT) (envelope-from jlemon@flugsvamp.com) Received: (from jlemon@localhost) by prism.flugsvamp.com (8.9.3/8.9.3) id MAA10001; Tue, 9 May 2000 12:16:58 -0500 (CDT) (envelope-from jlemon) Date: Tue, 9 May 2000 12:16:58 -0500 From: Jonathan Lemon To: MIHIRA Yoshiro Cc: n_hibma@calcaphon.com, wesleymorgan@home.com, current@FreeBSD.ORG, jlemon@FreeBSD.ORG Subject: Re: LINT broken. (in_cksum changes) Message-ID: <20000509121658.A8909@prism.flugsvamp.com> References: <200005091649.BAA10966@lavender.yy.cs.keio.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200005091649.BAA10966@lavender.yy.cs.keio.ac.jp> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 10, 2000 at 01:49:51AM +0900, MIHIRA Yoshiro wrote: > >> > On Sun, 7 May 2000, Nick Hibma wrote: > >> > > >> > > > >> > > Is it only me that ever compiles LINT? The checksum changes went in a > >> > > few days ago. > >> > > > >> > > Please, people, when you move code around or change a function that is > >> > > used in more than a fixed set of files, compile LINT. If unsure, compile > >> > > LINT. It's an extra five minutes, but well worth it. > >> > > > >> > > linking kernel > >> > > fil.o: In function `fr_tcpsum': > >> > > fil.o(.text+0xf47): undefined reference to `in_cksum' > >> > > ip_fil.o: In function `send_reset': > >> > > ip_fil.o(.text+0xd7d): undefined reference to `in_cksum' > >> > > ip_fil.o: In function `ipfr_fastroute': > >> > > ip_fil.o(.text+0x10f1): undefined reference to `in_cksum' > >> > > ip_fil.o(.text+0x1316): undefined reference to `in_cksum' > >> > > ip_fil.o(.text+0x1380): undefined reference to `in_cksum' > >> > > ip_mroute.o(.text+0x19d6): more undefined references to `in_cksum' > >> > > follow > > I had same problem with below options: > > options IPFILTER #ipfilter support > options IPFILTER_LOG #ipfilter logging > options IPSEC #IP security > > I think this problem related to jlemon-san's commit. Yes, my abject apologies. I just committed Nick's fix to the tree to resolve this. -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message