Explorar o código

* removed "packed" from a few OS interface records

git-svn-id: trunk@20658 -
Jonas Maebe %!s(int64=13) %!d(string=hai) anos
pai
achega
431e494548
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      rtl/solaris/ptypes.inc

+ 2 - 2
rtl/solaris/ptypes.inc

@@ -145,14 +145,14 @@ Type
     TSockLen = socklen_t;
     pSockLen = ^socklen_t;
 
-  timeval     = packed record
+  timeval     = record
                  tv_sec,
                  tv_usec:clong;
                 end;
   ptimeval    = ^timeval;
   TTimeVal    = timeval;
 
-  timespec    = packed record
+  timespec    = record
                  tv_sec   : time_t;
                  tv_nsec  : clong;
                 end;