kern/59739: [patch] [libc] rmdir(2) and mkdir(2) both return EISDIR for argument "/"

Garrett Cooper yanegomi at gmail.com
Sat Oct 15 00:00:40 UTC 2011


The following reply was made to PR kern/59739; it has been noted by GNATS.

From: Garrett Cooper <yanegomi at gmail.com>
To: bug-followup at FreeBSD.org, asf at boinkor.net
Cc:  
Subject: Re: kern/59739: [patch] [libc] rmdir(2) and mkdir(2) both return
 EISDIR for argument &quot;/&quot;
Date: Fri, 14 Oct 2011 16:54:52 -0700

 This seems to have been regressed again:
 
 $ mkdir /
 mkdir: /: Is a directory
 $ mkdir /var
 mkdir: /var: File exists
 
 -Garrett


More information about the freebsd-bugs mailing list