Subject: Re: CVS commit: src/sys/kern
To: None <martin@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 07/16/2006 17:06:37
> Module Name:	src
> Committed By:	martin
> Date:		Sat Jul 15 16:32:29 UTC 2006
> 
> Modified Files:
> 	src/sys/kern: vfs_syscalls.c
> 
> Log Message:
> FHANDLE_SIZE_MIN is an allowed value for the requested size (it happens
> to be the old static size on 32bit archs, so the compat_30 code uses it)

oops, thanks.

btw, not "happens to be".  it's the point of the constant to be
the same as the old fixed size.
it was the same for 64 bit archs, wasn't it?
("p sizeof(fhandle_t)" on alpha gdb told me 28.)

YAMAMOTO Takashi