In message <[EMAIL PROTECTED]> Sheldon Hearn writes:
:
:
: > The Linux trick I like to add is to have sigset_t always be the last
: > field in structures so that the impact of enlarging sigset_t is
: > minimal.
:
: On LITTLE_ENDIAN machines?
Endian shouldn't matter. An array at the end of a struct is going to
grow that struct in identical ways... If the array index is defined
sanely, then no one will notice if the lenght is passed in.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message