From: Dmitry V. Levin Date: Mon, 4 Dec 2006 13:46:28 +0000 (+0000) Subject: 2006-11-20 Jakub Jelinek X-Git-Tag: v4.5.18~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6946662073f457921adac41dc12fe79c5feb4df;p=strace 2006-11-20 Jakub Jelinek * linux/ia64/syscallent.h: Add #if check to make sure that SYS_socket_subcall adjustment isn't forgotten again. --- diff --git a/ChangeLog b/ChangeLog index 37506591..48fe1ded 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-20 Jakub Jelinek + + * linux/ia64/syscallent.h: Add #if check to make sure that + SYS_socket_subcall adjustment isn't forgotten again. + 2006-10-16 Dmitry V. Levin Implement comprehensive quotactl(2) parser for Linux. diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index f47d619c..e31d0d9b 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -245,6 +245,9 @@ /* You must be careful to check ../syscallent.h so that this table starts where that one leaves off. */ +#if SYS_ipc_subcall + SYS_ipc_nsubcalls != 443 +# error fix me +#endif { 8, 0, printargs, "SYS_443" }, /* 443 */ { 8, 0, printargs, "SYS_444" }, /* 444 */