Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2015 10:42:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 59739] [patch] [libc] rmdir(2) and mkdir(2) both return EISDIR for argument "/"
Message-ID:  <bug-59739-8-n7VV8cPInz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-59739-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-59739-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=59739

NGie Cooper <ngie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bapt@FreeBSD.org,
                   |                            |ngie@FreeBSD.org

--- Comment #17 from NGie Cooper <ngie@FreeBSD.org> ---
Still the case, I think:

$ uname -a
FreeBSD fbsd11 11.0-CURRENT FreeBSD 11.0-CURRENT #7
r289441+9ae1597(isilon-atf): Sat Oct 17 01:21:49 PDT 2015    
ngie@fbsd11:/usr/obj/usr/src/git/sys/GENERIC-NODEBUG  amd64
$ sudo rmdir /
rmdir: /: Is a directory
$ sudo mkdir /
mkdir: /: Is a directory

bapt might have a patch in the wings for fixing this.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-59739-8-n7VV8cPInz>