mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-27 01:03:18 +02:00
11 lines
478 B
Diff
11 lines
478 B
Diff
--- vmci-only/linux/driver.c.orig 2014-04-15 01:41:40.000000000 +0400
|
|
+++ vmci-only/linux/driver.c 2014-08-06 14:57:29.000000000 +0400
|
|
@@ -737,7 +737,7 @@
|
|
goto init_release;
|
|
}
|
|
|
|
- user = current_uid();
|
|
+ user = current_uid().val;
|
|
retval = VMCIContext_InitContext(initBlock.cid, initBlock.flags,
|
|
0 /* Unused */, vmciLinux->userVersion,
|
|
&user, &vmciLinux->context);
|