Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40407
b: refs/heads/master
c: 5fa3839
h: refs/heads/master
i:
  40405: 5a20869
  40403: cb958b1
  40399: 747620e
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Oct 28, 2006
1 parent 4a6a53d commit 898ba72
Show file tree
Hide file tree
Showing 3 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: f87135762de4328c6f17897e803e6909bc056feb
refs/heads/master: 5fa3839a64203b2ab727dcb37da9b2d7079fca28
2 changes: 1 addition & 1 deletion trunk/include/linux/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ asmlinkage long compat_sys_select(int n, compat_ulong_t __user *inp,
#define BITS_TO_COMPAT_LONGS(bits) \
(((bits)+BITS_PER_COMPAT_LONG-1)/BITS_PER_COMPAT_LONG)

long compat_get_bitmap(unsigned long *mask, compat_ulong_t __user *umask,
long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask,
unsigned long bitmap_size);
long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask,
unsigned long bitmap_size);
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ int get_compat_sigevent(struct sigevent *event,
? -EFAULT : 0;
}

long compat_get_bitmap(unsigned long *mask, compat_ulong_t __user *umask,
long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask,
unsigned long bitmap_size)
{
int i, j;
Expand Down

0 comments on commit 898ba72

Please sign in to comment.