Fix iovec checks to match properly. iovec == MAXIOV and iovec == SMALLIOV
authorThomas E. Spanjaard <tgen@dragonflybsd.org>
Mon, 29 Jan 2007 20:44:02 +0000 (20:44 +0000)
committerThomas E. Spanjaard <tgen@dragonflybsd.org>
Mon, 29 Jan 2007 20:44:02 +0000 (20:44 +0000)
commitfe57a30b9624001399b184f7689e754d44b6e1e3
treea61d861fc7e8b2eb5537958c7f2b820d49564245
parent4ee77efebb680837406457323166678b0c6abeca
Fix iovec checks to match properly. iovec == MAXIOV and iovec == SMALLIOV
are both legal in those respective statements.

On-behalf-of: Joerg Sonnenberger <joerg@britannica.bec.de>
sys/kern/kern_subr.c