From owner-freebsd-current Fri May 24 21:50:14 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA06737 for current-outgoing; Fri, 24 May 1996 21:50:14 -0700 (PDT) Received: from spooky.eis.net.au (spooky.eis.net.au [203.12.171.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA06732 for ; Fri, 24 May 1996 21:50:06 -0700 (PDT) Received: (from ernie@localhost) by spooky.eis.net.au (8.7.5/8.6.12) id OAA03351 for freebsd-current@freebsd.org; Sat, 25 May 1996 14:49:14 +1000 (EST) From: Ernie Elu Message-Id: <199605250449.OAA03351@spooky.eis.net.au> Subject: sys compile problem after upgrade from -stable To: freebsd-current@freebsd.org Date: Sat, 25 May 1996 14:49:14 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have just upgraded from -stable to -current by supimg the -currnet sources and doing a make world. That went through to completion however when I went to compile a fresh kernel so ps etc. would work again I got the following errors:- cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -nostdinc -I. -I../.. -I../../sys -I../../../include -DI386_CPU -DI486_CPU -DI586_CPU -DEXT2FS -DSBC_IRQ=9 -DNETATALK -DLLC -DCCITT -DGATEWAY -DPPP -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../net/if_ethersubr.c ../../net/if_ethersubr.c: In function `ether_input': ../../net/if_ethersubr.c:543: sizeof applied to an incomplete type ../../net/if_ethersubr.c:543: warning: unsigned value >= 0 is always 1 ../../net/if_ethersubr.c:543: sizeof applied to an incomplete type ../../net/if_ethersubr.c:543: sizeof applied to an incomplete type ../../net/if_ethersubr.c:543: sizeof applied to an incomplete type ../../net/if_ethersubr.c:543: sizeof applied to an incomplete type ../../net/if_ethersubr.c:546: warning: implicit declaration of function `sdl_sethdrif' ../../net/if_ethersubr.c:550: dereferencing pointer to incomplete type ../../net/if_ethersubr.c:555: `llcintrq' undeclared (first use this function) ../../net/if_ethersubr.c:555: (Each undeclared identifier is reported only once ../../net/if_ethersubr.c:555: for each function it appears in.) ../../net/if_ethersubr.c:382: warning: `inq' might be used uninitialized in this function *** Error code 1 Stop. I am using the same config file as I used in -stable with the addition of the EXT2FS option which is the reason for the switch to -current. Any suggestions? - Ernie.