CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2016/06/01 16:54:45
Modified files: sys/kern : vfs_syscalls.c lib/libc/sys : rmdir.2 Log message: rmdir(2) should return EINVAL not EBUSY when trying to remove ".". This brings us back in conformance with POSIX rmdir(2) and rmdirat(2). OK kettenis@