Skip to content

Commit af2e539

Browse files
committed
Revert "Reserve less file space if possible in a directory entry"
This reverts commit 00c1e7b.
1 parent a23775a commit af2e539

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main/php_streams.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,7 @@ typedef struct _php_stream_statbuf {
107107
} php_stream_statbuf;
108108

109109
typedef struct _php_stream_dirent {
110-
#ifdef NAME_MAX
111-
char d_name[NAME_MAX + 1];
112-
#else
113110
char d_name[MAXPATHLEN];
114-
#endif
115111
unsigned char d_type;
116112
} php_stream_dirent;
117113

0 commit comments

Comments
 (0)