$NetBSD: patch-ai,v 1.3 2003/01/12 14:29:07 christos Exp $ --- ext/standard/filestat.c.orig Tue Aug 20 15:02:59 2002 +++ ext/standard/filestat.c Sun Jan 12 09:15:21 2003 @@ -559,7 +559,7 @@ RETURN_FALSE; } -#ifndef PHP_WIN32 +#ifdef notdef switch (type) { case FS_IS_W: RETURN_BOOL (!access (filename, W_OK));