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
[EMAIL PROTECTED]      NAI Labs, Safeport Network Services




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to