Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2011 00:00:39 GMT
From:      Garrett Cooper <yanegomi@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/59739: [patch] [libc] rmdir(2) and mkdir(2) both return EISDIR for argument &quot;/&quot;
Message-ID:  <201110150000.p9F00dKK070678@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/59739; it has been noted by GNATS.

From: Garrett Cooper <yanegomi@gmail.com>
To: bug-followup@FreeBSD.org, asf@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110150000.p9F00dKK070678>