summaryrefslogtreecommitdiff
path: root/www/php4/patches/patch-ai
blob: ba02e6acb5e10c49e6439de28360022f9425eaf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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));