summarylogtreecommitdiffstats
path: root/extra.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra.patch')
-rwxr-xr-xextra.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra.patch b/extra.patch
new file mode 100755
index 000000000000..3bc675fa6763
--- /dev/null
+++ b/extra.patch
@@ -0,0 +1,13 @@
+--- a/include/os/rt_linux.h 2014-06-17 01:48:08.559748607 +0300
++++ b/include/os/rt_linux.h 2014-06-17 01:49:43.045273571 +0300
+@@ -278,8 +278,8 @@
+
+ typedef struct _OS_FS_INFO_
+ {
+- int fsuid;
+- int fsgid;
++ kuid_t fsuid;
++ kgid_t fsgid;
+ mm_segment_t fs;
+ } OS_FS_INFO;
+