From owner-freebsd-current Sun Sep 14 04:32:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA06445 for current-outgoing; Sun, 14 Sep 1997 04:32:56 -0700 (PDT) Received: from leif.roskildebc.dk (leif.roskildebc.dk [194.182.101.9]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA06340 for ; Sun, 14 Sep 1997 04:29:08 -0700 (PDT) Received: from localhost (leif@localhost) by leif.roskildebc.dk (8.8.7/8.8.5) with SMTP id MAA07171 for ; Sun, 14 Sep 1997 12:11:58 +0200 (CEST) Date: Sun, 14 Sep 1997 12:11:55 +0200 (CEST) From: Leif Neland To: freebsd-current@freebsd.org Subject: can't compile current Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have cvsup'ed with the standard-supfile, but I can't compile a generic kernel (Am I in the right list, I just noticed my Tag is TRELENG-2-2-2-RELEASE?) cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -include o pt_global.h ../../kern/sys_generic.c ../../kern/sys_generic.c: In function `poll': ../../kern/sys_generic.c:734: `INFTIM' undeclared (first use this function) ../../kern/sys_generic.c:734: (Each undeclared identifier is reported only once ../../kern/sys_generic.c:734: for each function it appears in.) *** Error code 1 Stop. Am I mistaken in that I should just be able to cvsup with Tag=. and then compile a kernel, or should other things also be updated? make world from /usr/src, perhaps? Or just lib's or what? Leif