hyanantha Thu Oct 24 07:18:06 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/ext/standard link.c Log: NetWare related changes/modifications. Index: php4/ext/standard/link.c diff -u php4/ext/standard/link.c:1.37.2.1 php4/ext/standard/link.c:1.37.2.2 --- php4/ext/standard/link.c:1.37.2.1 Sun Jun 23 13:18:17 2002 +++ php4/ext/standard/link.c Thu Oct 24 07:18:06 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: link.c,v 1.37.2.1 2002/06/23 17:18:17 sesser Exp $ */ +/* $Id: link.c,v 1.37.2.2 2002/10/24 11:18:06 hyanantha Exp $ */ #include "php.h" #include "php_filestat.h" @@ -33,6 +33,8 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" +#elif defined(NETWARE) +#include "netware/pwd.h" #else #include <pwd.h> #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php