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

Collapse All | Expand All

(-)source/client/smbumount.c.orig (-1 / +1 lines)
Lines 21-27 Link Here
21
	future.  In the mean time, it's ugly hack time - get over it.
21
	future.  In the mean time, it's ugly hack time - get over it.
22
*/
22
*/
23
#undef SMB_IOC_GETMOUNTUID
23
#undef SMB_IOC_GETMOUNTUID
24
#define	SMB_IOC_GETMOUNTUID		_IOR('u', 1, __kernel_uid_t)
24
#define	SMB_IOC_GETMOUNTUID		_IOR('u', 3, __kernel_uid32_t)
25
25
26
#ifndef O_NOFOLLOW
26
#ifndef O_NOFOLLOW
27
#define O_NOFOLLOW     0400000
27
#define O_NOFOLLOW     0400000

Return to bug 44743