Source position: sockets.pp line 38
type TUnixSockAddr = packed record
family: sa_family_t;
path: array [0..107] of char;
end;