• Show log

    Commit

  • Hash : 54bdc64a
    Author : Scott J. Goldman
    Date : 2012-05-10T00:37:03

    Fix rmdir() usage on Solaris On Solaris, rmdir() throws EEXIST if the folder is not empty, so just add one more case to check for that, alongside ENOTEMPTY.