Subject: Re: CVS commit: src/sys/sys (protosw.h:1.39)
To: Jason Thorpe <thorpej@shagadelic.org>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 08/29/2006 18:10:19
On Mon, Aug 28, 2006 at 08:29:29PM -0700, Jason Thorpe wrote:
> 
> Perhaps we should be using explicit structure initializers instead, e.g.
> 
> struct foo aFoo = {
> 	.foo_field = 1,
> 	.foo_member = "woot",
> };

However we can't do that for tools that has to go through a system's
native C compiler.
Guess which one doesn't support it :-)

	David

-- 
David Laight: david@l8s.co.uk