Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/strace/files: strace-4.5.15-sh-SYS_ipc_subcall.patch
Date: Sun, 30 Sep 2007 03:52:42
Message-Id: E1Ibpii-0007Oh-F7@stork.gentoo.org
1 vapier 07/09/30 03:43:52
2
3 Added: strace-4.5.15-sh-SYS_ipc_subcall.patch
4 Log:
5 Fix building on SuperH due to new ipc syscall check.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 dev-util/strace/files/strace-4.5.15-sh-SYS_ipc_subcall.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/files/strace-4.5.15-sh-SYS_ipc_subcall.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/files/strace-4.5.15-sh-SYS_ipc_subcall.patch?rev=1.1&content-type=text/plain
13
14 Index: strace-4.5.15-sh-SYS_ipc_subcall.patch
15 ===================================================================
16 remove duplicated SYS_ipc_subcall check ... further in the file, there
17 is another #if check to make sure the value is 418
18
19 --- linux/sh/syscallent.h
20 +++ linux/sh/syscallent.h
21 @@ -435,9 +435,6 @@
22 { 5, 0, printargs, "SYS_398" }, /* 398 */
23 { 5, 0, printargs, "SYS_399" }, /* 399 */
24
25 -#if SYS_ipc_subcall != 400
26 - #error fix me
27 -#endif
28 { 8, 0, printargs, "socket_subcall"}, /* 400 */
29 { 3, TN, sys_socket, "socket" }, /* 401 */
30 { 3, TN, sys_bind, "bind" }, /* 402 */
31
32
33
34 --
35 gentoo-commits@g.o mailing list