Subject: Re: CVS commit: syssrc
To: None <thorpej@zembu.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 05/16/2000 02:08:04
> > Modified Files:
> > 	syssrc/sys/net: if.h
> > Log Message:
> > add packed attribute to struct ifreq.  this should avoid unaligned access
> > while parsing SIOCGIFCONF, on alignment-picky archs.
>This is wrong!  It could change the ABI for this structure!  Please back
>it out!

	I've backed it out, sorry for the mess.

	just fyi: SIOCGIFCONF has been using packed struct and I've checked,
	before commit, that ABI was kept.

itojun