Vincent Vanwynsberghe <vvanwynsberghe(at)ccncsi(dot)net> writes:
> In our platform the sizeof of struct sockaddr_un is 1025 and the sizeof of
> SockAddr is 144.
Doesn't AIX provide struct sockaddr_storage? That struct has to be at
least as large as any of the other platform-specific sockaddr structs.
regards, tom lane