Subject: Re: kern/32677: bad "packed" in file sys/netinet/ip.h
To: None <gnats-bugs@netbsd.org, kern-bug-people@netbsd.org,>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 01/31/2006 12:16:29
On Jan 31,  4:45pm, yves-emmanuel.jutard@fr.thalesgroup.com (yves-emmanuel.jutard@fr.thalesgroup.com) wrote:
-- Subject: kern/32677: bad "packed" in file sys/netinet/ip.h

| Should'nt l.196 have the same writing ? (Incidentally, my compiler don't like bare "__packed" keyword)

__packed is defined in <sys/cdefs.h>. Don't you pick up this definition?

christos