cvs commit: src/sys/kern subr_param.c sys_pipe.c src/sys/sys pipe.h

Maxime Henrion mux at freebsd.org
Tue Jul 8 10:15:08 PDT 2003


Mike Silbersack wrote:
> silby       2003/07/07 21:02:31 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             subr_param.c sys_pipe.c 
>     sys/sys              pipe.h 
>   Log:
>   Put some concrete limits on pipe memory consumption:
[...]

This commit breaks the kernel build for any architecture but x86 and
amd64, because the VM_KMEM_SIZE_MAX macro is not defined for those other
architectures.  Could you please fix this?

Cheers,
Maxime


More information about the cvs-all mailing list