Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18133
b: refs/heads/master
c: 35efbca
h: refs/heads/master
i:
  18131: 1018492
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent 38e0653 commit 304983e
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: a5d361fc24b75ea51e219367ee32c64422a2134f
refs/heads/master: 35efbcabdc217f2b3a73bf3b895559e8f269e258
2 changes: 1 addition & 1 deletion trunk/include/asm-m68k/uaccess.h
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ static inline long strnlen_user(const char __user *src, long n)
{
long res;

res = -(long)src;
res = -(unsigned long)src;
__asm__ __volatile__
("1:\n"
" tstl %2\n"
Expand Down

0 comments on commit 304983e

Please sign in to comment.