> struct partition { yada yada } __((packed))__;
The proper spelling is
struct partition { yada yada; } __attribute__((packed));
The code you cite is not meaningful; either you didn't copy it
correctly from the kernel source, or somehow your kernel sources got
garbled.
Regards,
Martin
- problems with 'packed' Brian Geisel
- Re: problems with 'packed' Martin v. Loewis
- Re: problems with 'packed' Brian Geisel
- Re: problems with 'packed' lawson_whitney
