mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.
The former is a kernel-only visible constant, the latter the POSIX-specified userland constant defined by including limits.h.
This commit is contained in:
parent
91b7d6dc58
commit
638f4836e3
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ The
|
|||
.Fa iovcnt
|
||||
argument
|
||||
was less than or equal to 0, or greater than
|
||||
.Dv UIO_MAXIOV .
|
||||
.Dv IOV_MAX .
|
||||
.It Bq Er EINVAL
|
||||
One of the
|
||||
.Fa iov_len
|
||||
|
|
|
|||
Loading…
Reference in a new issue