On Mon, 13 Dec 2004, Gisle Vanem wrote:
> It looked rather suspicious to want (S_IRUSR | S_IWUSR) for MingW
> when opening files in status.c. Patch:
>
> --- status.c.orig Wed Dec 08 00:52:04 2004
> +++ status.cMon Dec 13 14:44:17 2004
> @@ -77,7 +77,7 @@
> {
> switch
It looked rather suspicious to want (S_IRUSR | S_IWUSR) for MingW
when opening files in status.c. Patch:
--- status.c.orig Wed Dec 08 00:52:04 2004
+++ status.cMon Dec 13 14:44:17 2004
@@ -77,7 +77,7 @@
{
switch (so->flags)
{
-#ifdef _MSC_VER
+#ifdef WIN32