CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/08 12:18:21
Modified files:
sys/kern : vfs_vnops.c
Log message:
As advertised in the man page, make open(2) return ELOOP (instead
of EMLINK) if the O_NOFOLLOW flag is set and the target is a symlink.
Aligns with Solaris and Linux behaviour.
ok tedu@ thib@ guenther@
