mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 23:28:13 +02:00
* git changed to 1024 for mnamelen apparently fixes tdos1 test crash
This commit is contained in:
parent
e9b12b41db
commit
f582f93a0a
@ -180,7 +180,7 @@ type
|
||||
fsid_t = array[0..1] of cint32;
|
||||
|
||||
Const
|
||||
MNAMELEN = 88;
|
||||
MNAMELEN = 1024;
|
||||
MFSNamELen = 16;
|
||||
STATFS_VERSION = $20030518;
|
||||
OMNAMLEN = 88-2*sizeof(clong); // slightly machine specific.
|
||||
|
Loading…
Reference in New Issue
Block a user