Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 1996 09:59:56 -0500 (EST)
From:      Richard J Kuhns <rjk@grauel.com>
To:        freebsd-stable@freebsd.org
Subject:   ctm update 0072 breaks kernel build...
Message-ID:  <199604111459.JAA06674@watson.grauel.com>

next in thread | raw e-mail | index | archive | help
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'.

--
Rich Kuhns			rjk@grauel.com
PO Box 6249
100 Sawmill Road
Lafayette, IN  47903
(317)477-6000 x319



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604111459.JAA06674>