From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 23:33:59 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB84D16A41F for ; Thu, 20 Oct 2005 23:33:58 +0000 (GMT) (envelope-from vijju.singh@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7035443D5A for ; Thu, 20 Oct 2005 23:33:58 +0000 (GMT) (envelope-from vijju.singh@gmail.com) Received: by xproxy.gmail.com with SMTP id t4so341895wxc for ; Thu, 20 Oct 2005 16:33:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=QXBvLv17UTD8rZd1F5olgdfdNbWzPfR94ITf5YI3lAbdecr0lqj2bOkPxSaO0/TJhpbLyQOQi7GGbwpqMRap6WMSrKwJZS3yxyQ8Q11EkjN2I42GwyxY25Ju+ZDejS2X9bp22FeBDTXqiP5acy6G6msJBinB5DX9a2WRm7zLXDg= Received: by 10.70.44.4 with SMTP id r4mr1347933wxr; Thu, 20 Oct 2005 16:33:57 -0700 (PDT) Received: by 10.70.44.19 with HTTP; Thu, 20 Oct 2005 16:33:57 -0700 (PDT) Message-ID: <8f1c941e0510201633s5e9d3558t824dde202ab3923e@mail.gmail.com> Date: Thu, 20 Oct 2005 16:33:57 -0700 From: vijay singh To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: compile error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 23:33:59 -0000 Hello, I see the following error on a (kernel) make, after a recent cvsup. 11# make cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror ../../../fs/devfs/devfs_vnops.c ../../../fs/devfs/devfs_vnops.c:1148: warning: redundant redeclaration of 'devfs_ops_f' ../../../fs/devfs/devfs_vnops.c:70: warning: previous declaration of 'devfs_ops_f' was here ../../../fs/devfs/devfs_vnops.c:1159: warning: redundant redeclaration of 'devfs_vnodeops' ../../../fs/devfs/devfs_vnops.c:68: warning: previous declaration of 'devfs_vnodeops' was here ../../../fs/devfs/devfs_vnops.c:1181: warning: redundant redeclaration of 'devfs_specops' ../../../fs/devfs/devfs_vnops.c:69: warning: previous declaration of 'devfs_specops' was here *** Error code 1 Annotate shows that both entries are as of commit 1.122. What am I missing= ? br vijay