Robinson, Greg writes:
> 
> Thankx for the replies.  I've done some more investigation.  Line 335 of
> src/filesubr.c looks like it will make the direcrory and it currently looks
> for permission denied and file exists.  I'm not sure what error number
> would correspond to operation not applicable.  Perhaps ENOTSUP (48)
> Operation not supported from Solaris's sys/errno.h?

No.  If you'd looked at the intro(2) man page like I suggested, you'd
have seen that it's ENOSYS.  (And someone at Sun should be strung up for
the comment in sys/errno.h not matching the actual message.)  I think
the right thing to do is to ignore the error code if the directory
already exists, so I'll go ahead and make that change.

-Larry Jones

It's clear I'll never have a career in sports until I learn
to suppress my survival instinct. -- Calvin

_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to