Correct a case in readv(2) where the file descriptor reference count
authorDavid Rhodus <drhodus@dragonflybsd.org>
Thu, 2 Oct 2003 16:57:14 +0000 (16:57 +0000)
committerDavid Rhodus <drhodus@dragonflybsd.org>
Thu, 2 Oct 2003 16:57:14 +0000 (16:57 +0000)
commit955988ce1f64e3f66a796ee467d8244e442b43c5
treed409d0cb2c72e7f7c34cefbb33ec67249b6337d4
parenta015262c6b44c21e6d4cb30a5da70e0019487a42
  Correct a case in readv(2) where the file descriptor reference count
  should have been decremented but was not.

  Reported by:    Joost Pol <joost@pine.nl>
  Obtained from:  FreeBSD
sys/kern/sys_generic.c