* Alfred Perlstein <[EMAIL PROTECTED]> [010113 19:15] wrote:
> * W.H.Scholten <[EMAIL PROTECTED]> [010113 01:57] wrote:
> > Alfred Perlstein wrote:
> >
> > [ mkdir ]
> >
> > > I'll commit the patch shortly.
> >
> > Here's a better patch, it checks for multiple slashes, so mkdir
> > /tmp/aa///bb//// will give:
> >
> > mkdir: /tmp/aa: No such file or directory
> >
> > Also, renamed the function to dirname as it does the same as dirname(1).
>
> Actually, there already exists a function called dirname in libc, dirname(3).
>
> Here's what I'm going to commit:
Ok, this is in the tree (mkdir fix), thanks for taking the time to
bring it to our attention and for supplying a fix.
It's always nice to see error reporting that makes sense. :)
-Alfred
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message