dreid Wed Oct 2 19:52:08 2002 EDT Modified files: /php4/ext/standard file.c Log: Add more BeOS support... Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.266 php4/ext/standard/file.c:1.267 --- php4/ext/standard/file.c:1.266 Sat Sep 28 18:14:21 2002 +++ php4/ext/standard/file.c Wed Oct 2 19:52:08 2002 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.266 2002/09/28 22:14:21 wez Exp $ */ +/* $Id: file.c,v 1.267 2002/10/02 23:52:08 dreid Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -113,6 +113,10 @@ #ifdef HAVE_FNMATCH #include <fnmatch.h> +#endif + +#ifdef __BEOS__ +#define realpath(x,y) strcpy(y,x) #endif /* }}} */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php