| commit | ae6be51ed01d6c4aaf249a207b4434bc7785853b | [log] [tgz] |
|---|---|---|
| author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 22 13:12:33 2010 -0700 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 22 13:12:33 2010 -0700 |
| tree | e8a48e3ad9e0448c690268175e555fa651983546 | |
| parent | 7b1f513aacee53ed2d20cdf82191c7f486136469 [diff] |
Fix up prototype for sys_ipc breakage
Commit 45575f5a426c ("ppc64 sys_ipc breakage in 2.6.34-rc2") fixed the
definition of the sys_ipc() helper, but didn't fix the prototype in
<linux/syscalls.h>
Reported-and-tested-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>