Changes in uspace/lib/c/generic/perm.c [a35b458:5a6cc679] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/generic/perm.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/perm.c
ra35b458 r5a6cc679 54 54 return (errno_t) __SYSCALL2(SYS_PERM_GRANT, (sysarg_t) &arg, (sysarg_t) perms); 55 55 #endif 56 56 57 57 #ifdef __64_BITS__ 58 58 return (errno_t) __SYSCALL2(SYS_PERM_GRANT, (sysarg_t) id, (sysarg_t) perms); … … 74 74 return (errno_t) __SYSCALL2(SYS_PERM_REVOKE, (sysarg_t) &arg, (sysarg_t) perms); 75 75 #endif 76 76 77 77 #ifdef __64_BITS__ 78 78 return (errno_t) __SYSCALL2(SYS_PERM_REVOKE, (sysarg_t) id, (sysarg_t) perms);
Note:
See TracChangeset
for help on using the changeset viewer.
