From f582f93a0a0770fecdd16cb64ef396a731588e70 Mon Sep 17 00:00:00 2001 From: marcoonthegit <marco@freepascal.org> Date: Sun, 18 Feb 2024 16:03:22 +0100 Subject: [PATCH] * git changed to 1024 for mnamelen apparently fixes tdos1 test crash --- rtl/freebsd/ptypes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/freebsd/ptypes.inc b/rtl/freebsd/ptypes.inc index 1eb84565d4..5690a136ea 100644 --- a/rtl/freebsd/ptypes.inc +++ b/rtl/freebsd/ptypes.inc @@ -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.