Parcourir la source

* correction for omfsnamelen, which hopefully fixes ostat

git-svn-id: trunk@11784 -
marco il y a 17 ans
Parent
commit
55bf13596e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtl/freebsd/ptypes.inc

+ 1 - 1
rtl/freebsd/ptypes.inc

@@ -153,7 +153,7 @@ type
 
 
 Const
-     MNAMLEN   = 80;      // slightly machine specific.
+     MNAMLEN   = 88-2*sizeof(long); // slightly machine specific.
      MFSNamLen = 16;	
 type
   fsid_t  = array[0..1] of cint;