From owner-freebsd-stable Thu Apr 11 13:58:40 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11798 for stable-outgoing; Thu, 11 Apr 1996 13:58:40 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA11791 for ; Thu, 11 Apr 1996 13:58:36 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id NAA10745; Thu, 11 Apr 1996 13:57:41 -0700 (PDT) Message-Id: <199604112057.NAA10745@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Richard J Kuhns cc: freebsd-stable@freebsd.org Subject: Re: ctm update 0072 breaks kernel build... In-reply-to: Your message of "Thu, 11 Apr 1996 09:59:56 CDT." <199604111459.JAA06674@watson.grauel.com> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 11 Apr 1996 13:57:41 -0700 Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >After applying this update, the kernel build fails as follows: > >cc -c -O2 -m486 -pipe -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. -I../.. -I../../sys -I../../../include -DWATSON -DI586_CPU -DSYSVSHM -DSYSVMSG -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=10 -DCOMPAT_43 -DKTRACE -DKERNFS -DFDESC -DPROCFS -DCD9660 -DMSDOSFS -DMFS -DNFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 ../../net/pppcompress.c >../../net/pppcompress.c: In function `ppp_uncompress_tcp_part': >../../net/pppcompress.c:479: `len' undeclared (first use this function) >../../net/pppcompress.c:479: (Each undeclared identifier is reported only once >../../net/pppcompress.c:479: for each function it appears in.) >*** Error code 1 > >Stop. > >A quick glance at pppcompress.c makes it look like `len' should be >`buflen'. Very sorry about that. I have no idea what happend - my source has buflen. Something happend when I brought the patch over. I'll fix it right away. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project