summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/samba/files/samba-3.0.x-smbumount-uid32.patch')
-rw-r--r--net-fs/samba/files/samba-3.0.x-smbumount-uid32.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-fs/samba/files/samba-3.0.x-smbumount-uid32.patch b/net-fs/samba/files/samba-3.0.x-smbumount-uid32.patch
deleted file mode 100644
index 9e6454d69e03..000000000000
--- a/net-fs/samba/files/samba-3.0.x-smbumount-uid32.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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