Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2000 11:30:14 -0500 (EST)
From:      Robert Watson <rwatson@freebsd.org>
To:        Manfred Antar <null@pozo.com>
Cc:        current@freebsd.org
Subject:   Re: Current Kernel build broken
Message-ID:  <Pine.NEB.3.96L.1001031112904.58688u-100000@fledge.watson.org>
In-Reply-To: <5.0.0.25.2.20001029221237.00a5aa28@pozo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1001031112904.58688u-100000>