Subject: Re: ancillary data alignment and binary backward compatibility
To: None <tech-net@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 02/27/2000 13:45:57
>> > 	- is hardcoded sizeof(long) alignment okay?
>>Use the ALIGN() macro.
>	IIRC ALIGN() was not usable for this, does not capture sparc64 case
>	or something (maybe my memory is wrong).

	I was wrong.  ALIGNBYTES in sparc64 looks okay.
	ALIGNBYTES looks more correct than sizeof(long) - 1.  anyway, i'll
	try to introduce sysctl for it...

itojun