kernel: remove O_FRNONBLOCKING
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 29 Jul 2012 17:26:02 +0000 (19:26 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 30 Jul 2012 07:51:22 +0000 (09:51 +0200)
commit05dd1c0b78aefd17c57d5dcb882eba6fe948ea4d
tree6566f5c5ab1861d7a0ebc6549f5f9acfe67b0305
parentf95f4241646d758934cfd0f3134fcee57ceb8994
kernel: remove O_FRNONBLOCKING

* Like O_ROOTCRED it was effectively unused and removing it frees up
  a precious bit among the various O_xxx flags

* Partially fixes issue #2357
sys/kern/vfs_vnops.c
sys/sys/fcntl.h