Re: Correctness of UIO_MAXIOV definition?

2001-05-29 Thread John W. De Boskey
- Garrett Wollman's Original Message - > < said: > > >The second question I have is more standards based. > > Should we consider changing UIO_MAXIOV to IOV_MAX or > > _XOPEN_IOV_MAX and deprecating the 1st? I am unclear > > on what the standard is for this. > > UIO_MAXIOV is what the

Correctness of UIO_MAXIOV definition?

2001-05-29 Thread Garrett Wollman
< said: >The second question I have is more standards based. > Should we consider changing UIO_MAXIOV to IOV_MAX or > _XOPEN_IOV_MAX and deprecating the 1st? I am unclear > on what the standard is for this. UIO_MAXIOV is what the kernel is willing to do. IOV_MAX being standardized is what s

Correctness of UIO_MAXIOV definition?

2001-05-26 Thread John
Hi, A few days ago I posted a short message to hackers asking for input concerning the definition of UIO_MAXIOV. The definition of UIO_MAXIOV is hidden behind _KERNEL. I have a small patch I'd like to apply to simply move the #define outside of _KERNEL. The patch is below. The second q