Browse Source

* fixed SYS_NMLN constant

Jonas Maebe 20 years ago
parent
commit
45ffd3b843
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/darwin/ptypes.inc

+ 5 - 2
rtl/darwin/ptypes.inc

@@ -102,7 +102,7 @@ CONST
     NAME_MAX = 255;     {14}    { Maximum number of bytes in filename }
     NAME_MAX = 255;     {14}    { Maximum number of bytes in filename }
     PATH_MAX = 1024;    {255}   { Maximum number of bytes in pathname }
     PATH_MAX = 1024;    {255}   { Maximum number of bytes in pathname }
 
 
-    SYS_NMLN = 32;              {BSD utsname struct limit}
+    SYS_NMLN = 256;              {BSD utsname struct limit}
 
 
     SIG_MAXSIG      = 32;	// highest signal version
     SIG_MAXSIG      = 32;	// highest signal version
 
 
@@ -175,7 +175,10 @@ Const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.9  2004-11-14 12:24:33  marco
+  Revision 1.10  2005-02-11 13:07:05  jonas
+    * fixed SYS_NMLN constant
+
+  Revision 1.9  2004/11/14 12:24:33  marco
    * priority constants
    * priority constants
 
 
   Revision 1.8  2004/09/09 20:29:06  jonas
   Revision 1.8  2004/09/09 20:29:06  jonas