-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 9/19/2009 2:04 PM:
> Here's the polished series; now pushed. I've tested on Linux, cygwin 1.5,
> cygwin 1.7, mingw, OpenBSD, Solaris 8, 9, 10.
>
> [6/12] remove: new module, for mingw and Solaris 9 bugs
> [7/12]
Eric Blake wrote:
> I'm working on a patch to fix unlink("file/") on Solaris 9. But as a
> prerequisite (to avoid anyone corrupting their file system if running the unit
> test as root, and accidentally unlinking an empty directory), I noticed that
> mingw failed to compile unlinkdir.c due to a mi
I'm working on a patch to fix unlink("file/") on Solaris 9. But as a
prerequisite (to avoid anyone corrupting their file system if running the unit
test as root, and accidentally unlinking an empty directory), I noticed that
mingw failed to compile unlinkdir.c due to a missing geteuid. This wo