1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00
This commit is contained in:
foobar
2000-10-14 22:13:18 +00:00
parent 154052ff15
commit 5db1090dff

View File

@@ -53,7 +53,7 @@ AC_DEFUN(PHP_READDIR_R_TYPE,[
main() {
DIR *dir;
char entry[sizeof(struct dirent)+257];
char entry[sizeof(struct dirent)+300];
struct dirent *pentry = (struct dirent *) &entry;
dir = opendir("/");