소스 검색

* git changed to 1024 for mnamelen apparently fixes tdos1 test crash

(cherry picked from commit f582f93a0a0770fecdd16cb64ef396a731588e70)
marcoonthegit 1 년 전
부모
커밋
e9620b72d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/freebsd/ptypes.inc

+ 1 - 1
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.