Mail Archives: djgpp/1996/07/26/06:55:52
On 25 Jul 1996, Hans-Bernhard Broeker wrote:
> typedef struct res_hdr {
> char res_sig __attribute__ ((packed));
> int res_numentries __attribute((packed));
> } res_header __attribute__((packed));
>
> (The final one might even be superfluous). If memory serves, this is also
> in the FAQ, isn't it?
The FAQ points to the GCC docs which explain this (I obviously cannot
copy large parts of the GNU docs into the FAQ), but people seem to not
follow the pointers...
- Raw text -