Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27113
b: refs/heads/master
c: ca34fb1
h: refs/heads/master
i:
  27111: 6e8b1f6
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jun 5, 2006
1 parent 75732fd commit e30b1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f218312582350900443125137e6c5fc484dc1de1
refs/heads/master: ca34fb1a8786af43457ec4f1bfc101a66d1160e0
2 changes: 1 addition & 1 deletion trunk/arch/um/sys-x86_64/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static long arch_prctl_tt(int code, unsigned long addr)
case ARCH_GET_GS:
ret = arch_prctl(code, (unsigned long) &tmp);
if(!ret)
ret = put_user(tmp, &addr);
ret = put_user(tmp, (long __user *)addr);
break;
default:
ret = -EINVAL;
Expand Down

0 comments on commit e30b1d1

Please sign in to comment.