From owner-freebsd-current Tue Oct 31 8:30:40 2000 Delivered-To: freebsd-current@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 4253337B479 for ; Tue, 31 Oct 2000 08:30:37 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id LAA91860; Tue, 31 Oct 2000 11:30:14 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 31 Oct 2000 11:30:14 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Manfred Antar Cc: current@freebsd.org Subject: Re: Current Kernel build broken In-Reply-To: <5.0.0.25.2.20001029221237.00a5aa28@pozo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 29 Oct 2000, Manfred Antar wrote: > From latest sources: > cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../../include -I../../contrib/dev/acpica/Subsystem/Include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../ufs/ufs/ufs_vfsops.c > ../../ufs/ufs/ufs_vfsops.c: In function `ufs_quotactl': > ../../ufs/ufs/ufs_vfsops.c:119: warning: implicit declaration of function `suser_xxx' > ../../ufs/ufs/ufs_vfsops.c:119: `PRISON_ROOT' undeclared (first use in this function) > ../../ufs/ufs/ufs_vfsops.c:119: (Each undeclared identifier is reported only once > ../../ufs/ufs/ufs_vfsops.c:119: for each function it appears in.) > *** Error code 1 Poul-henning recently committed changes to make suser{,_xxx}() be defined in system.h instead of proc.h. If ufs_vfsops.c doesn't include systm.h, it may now be broken. However, it's probably more likely that you cvsup'd during his commit, and need to update your source tree to make sure all files are properly in synch. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message