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

Collapse All | Expand All

(-)a/common/fs.c (-2 / +1 lines)
Lines 204-210 fs_mounted(char *typs, char *chrs, char *mnts, uuid_t *idp) Link Here
204
int
204
int
205
fs_getid(char *mnts, uuid_t *idb)
205
fs_getid(char *mnts, uuid_t *idb)
206
{
206
{
207
	xfs_fsop_geom_v1_t geo;
207
	struct xfs_fsop_geom_v1 geo; /* https://patchwork.openembedded.org/patch/163983/ */
208
	int fd;
208
	int fd;
209
209
210
	fd = open(mnts, O_RDONLY);
210
	fd = open(mnts, O_RDONLY);
211
- 

Return to bug 693296