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

Collapse All | Expand All

(-)a/include/os/rt_linux.h (-2 / +2 lines)
Lines 278-285 Link Here
278
278
279
typedef struct _OS_FS_INFO_
279
typedef struct _OS_FS_INFO_
280
{
280
{
281
	int				fsuid;
281
	kuid_t				fsuid;
282
	int				fsgid;
282
	kgid_t				fsgid;
283
	mm_segment_t	fs;
283
	mm_segment_t	fs;
284
} OS_FS_INFO;
284
} OS_FS_INFO;
285
285

Return to bug 514932