Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485496 | Differences between
and this patch

Collapse All | Expand All

(-)lshw-02.17b_orig/work/lshw-B.02.17/src/core/fat.cc (+1 lines)
Lines 82-85 Link Here
82
			uint8_t pmagic[2];
82
			uint8_t pmagic[2];
83
		} __attribute__((__packed__)) fat32;
83
		} __attribute__((__packed__)) fat32;
84
		char sector[512];       // to make sure the whole struct is at least 512 bytes long 
84
	} __attribute__((__packed__)) type;
85
	} __attribute__((__packed__)) type;
85
} __attribute__((__packed__));
86
} __attribute__((__packed__));

Return to bug 485496