From owner-freebsd-questions Sun May 10 12:45:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01359 for freebsd-questions-outgoing; Sun, 10 May 1998 12:45:15 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail-gw.pacbell.net (mail-gw.pacbell.net [206.13.28.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01354 for ; Sun, 10 May 1998 12:45:10 -0700 (PDT) (envelope-from unixguru@pacbell.net) Received: from pacbell.net (ppp-206-170-71-76.irvn11.pacbell.net [206.170.71.76]) by mail-gw.pacbell.net (8.8.8/8.7.1+antispam) with ESMTP id MAA00335 for ; Sun, 10 May 1998 12:45:12 -0700 (PDT) Message-ID: <355603CF.61CE74EC@pacbell.net> Date: Sun, 10 May 1998 12:45:20 -0700 From: Kirk PacBellNet Organization: Pacific Bell Network X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: yakcq( yet another kernel compile question ) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi It's me again. I tried to up grade my /usr/src from 2.2.1 to 2.2.6, but keep getting conpile errors when trying to compile my old kernel config file with the updated source: This time it is: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DSB16_DMA=1 -DSBC_IRQ=5 -DFAILSAFE -DCOMPAT_43 -DEXT2FS -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL ../../nfs/nfs_vnops.c ../../nfs/nfs_vnops.c: In function `nfs_bmap': ../../nfs/nfs_vnops.c:2707: `loNg' undeclared (first use this function) ../../nfs/nfs_vnops.c:2707: (Each undeclared identifier is reported only once ../../nfs/nfs_vnops.c:2707: for each function it appears in.) *** Error code 1 Stop. I think the problem is I didn't get the right include files, I can't find loNg anywhere. What tag can I use in my cvsup file to get the stable 2.2.6 source branch complete with kernel config template files? Peace! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message