Selaa lähdekoodia

* correction for omfsnamelen, which hopefully fixes ostat

git-svn-id: trunk@11784 -
marco 17 vuotta sitten
vanhempi
commit
55bf13596e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      rtl/freebsd/ptypes.inc

+ 1 - 1
rtl/freebsd/ptypes.inc

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