Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87930
b: refs/heads/master
c: 7d61c45
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent 7cbbf25 commit 2b1878e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 782a6de47b97d5c5f16c84f7868606fa25781fec
refs/heads/master: 7d61c4596d11d624efb4bbcbad01f9cf2b321162
4 changes: 2 additions & 2 deletions trunk/include/linux/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ asmlinkage long compat_sys_select(int n, compat_ulong_t __user *inp,
struct compat_timeval __user *tvp);

asmlinkage long compat_sys_wait4(compat_pid_t pid,
compat_uint_t *stat_addr, int options,
struct compat_rusage *ru);
compat_uint_t __user *stat_addr, int options,
struct compat_rusage __user *ru);

#define BITS_PER_COMPAT_LONG (8*sizeof(compat_long_t))

Expand Down

0 comments on commit 2b1878e

Please sign in to comment.