Subject: RE: kern/32677: bad "packed" in file sys/netinet/ip.h
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <Yves-Emmanuel.JUTARD@fr.thalesgroup.com>
List: netbsd-bugs
Date: 02/07/2006 15:10:02
The following reply was made to PR kern/32677; it has been noted by GNATS.
From: Yves-Emmanuel.JUTARD@fr.thalesgroup.com
To: gnats-bugs@netbsd.org
Cc:
Subject: RE: kern/32677: bad "packed" in file sys/netinet/ip.h
Date: Tue, 7 Feb 2006 16:03:47 +0100
Yes, I pick up the def, but why this structure is not defined like the others ?
Why sometimes "attribute" and sometimes "attribute" buried into a macro ?
It should be either always the first one or always the last one, isn't it ?
Yves-Emmanuel.
P.S. Ok, I submit only "typos" bugs, but they are the only one I'm able to spot.
Just tell me if you are tired ;-)
-----Message d'origine-----
De : christos@zoulas.com [mailto:christos@zoulas.com]
Envoye : mardi 31 janvier 2006 18:20
A : kern-bug-people@netbsd.org; gnats-admin@netbsd.org;
netbsd-bugs@netbsd.org; yves-emmanuel.jutard@fr.thalesgroup.com
Objet : Re: kern/32677: bad "packed" in file sys/netinet/ip.h
The following reply was made to PR kern/32677; it has been noted by GNATS.
From: christos@zoulas.com (Christos Zoulas)
To: gnats-bugs@netbsd.org, kern-bug-people@netbsd.org,
gnats-admin@netbsd.org, netbsd-bugs@netbsd.org
Cc:
Subject: Re: kern/32677: bad "packed" in file sys/netinet/ip.h
Date: Tue, 31 Jan 2006 12:16:29 -0500
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