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