]> granicus.if.org Git - php/commitdiff
Now NetWare LibC supports proper stat structure no need of CLIB_STAT_PATCH and all...
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 14:23:32 +0000 (14:23 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 14:23:32 +0000 (14:23 +0000)
ext/standard/link.c

index 42ab3d8d251e3a8e23689c4f932146abf8c47967..dca60529d942947f06b0c8a40f2f214db225697f 100644 (file)
@@ -83,11 +83,7 @@ PHP_FUNCTION(readlink)
 PHP_FUNCTION(linkinfo)
 {
        zval **filename;
-#if defined(NETWARE) && defined(CLIB_STAT_PATCH)
-       struct stat_libc sb;
-#else
        struct stat sb;
-#endif
        int ret;
 
        if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &filename) == FAILURE) {