]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reject attempts to call open() with an illegal combination of O_RDONLY,
authorJoerg Wunsch <joerg@FreeBSD.org>
Wed, 22 Oct 1997 07:28:51 +0000 (07:28 +0000)
committerJoerg Wunsch <joerg@FreeBSD.org>
Wed, 22 Oct 1997 07:28:51 +0000 (07:28 +0000)
commit2094bd73422947e98f3409750446fd0ff2e21857
tree95f6bb88f385433ba700d22387b90274bd9bc7e6
parent9cc5d922949eebac9d75f2d45dd9132c3f83e79e
Reject attempts to call open() with an illegal combination of O_RDONLY,
O_WRONLY, O_RDWR.
sys/kern/vfs_extattr.c
sys/kern/vfs_syscalls.c