projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41d386
)
[PARISC] getsockopt should be ENTRY_COMP
author
Kyle McMartin
<kyle@parisc-linux.org>
Sun, 19 Feb 2006 18:02:50 +0000
(11:02 -0700)
committer
Kyle McMartin
<kyle@hera.kernel.org>
Thu, 30 Mar 2006 17:48:51 +0000
(17:48 +0000)
compat_sys_getsockopt exists, so we should use that, instead of directly
using sys_getsockopt on 64-bit compiles.
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/syscall_table.S
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/syscall_table.S
b/arch/parisc/kernel/syscall_table.S
index 89b6c56ea0a8dea90116bf0f27138d94723f8221..bbeeb614cfab4f8694f57767857aac3b02faf4c2 100644
(file)
--- a/
arch/parisc/kernel/syscall_table.S
+++ b/
arch/parisc/kernel/syscall_table.S
@@
-287,7
+287,7
@@
ENTRY_SAME(chown) /* 180 */
/* setsockopt() used by iptables: SO_SET_REPLACE/SO_SET_ADD_COUNTERS */
ENTRY_COMP(setsockopt)
- ENTRY_
SAME
(getsockopt)
+ ENTRY_
COMP
(getsockopt)
ENTRY_COMP(sendmsg)
ENTRY_COMP(recvmsg)
ENTRY_SAME(semop) /* 185 */