Magellan Linux

Annotation of /trunk/samba/patches/samba-3.0.x-smbumount-uid32.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 425 byte(s)
-import

1 niro 153 --- source/client/smbumount.c.orig 2004-07-14 18:54:00.098852152 +0200
2     +++ source/client/smbumount.c 2004-07-14 18:54:24.417155208 +0200
3     @@ -21,7 +21,7 @@
4     future. In the mean time, it's ugly hack time - get over it.
5     */
6     #undef SMB_IOC_GETMOUNTUID
7     -#define SMB_IOC_GETMOUNTUID _IOR('u', 1, __kernel_uid_t)
8     +#define SMB_IOC_GETMOUNTUID _IOR('u', 3, __kernel_uid32_t)
9    
10     #ifndef O_NOFOLLOW
11     #define O_NOFOLLOW 0400000