Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188844
b: refs/heads/master
c: 45575f5
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Mar 22, 2010
1 parent f7eb19c commit 448f629
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: a90110c61073eab95d1986322693c2b9a8a6a5f6
refs/heads/master: 45575f5a426c01ec68cd33d998267ba2f6278fac
2 changes: 1 addition & 1 deletion trunk/ipc/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <linux/syscalls.h>
#include <linux/uaccess.h>

SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, int, second,
SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second,
unsigned long, third, void __user *, ptr, long, fifth)
{
int version, ret;
Expand Down

0 comments on commit 448f629

Please sign in to comment.