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