From a6946662073f457921adac41dc12fe79c5feb4df Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 4 Dec 2006 13:46:28 +0000 Subject: [PATCH] 2006-11-20 Jakub Jelinek * linux/ia64/syscallent.h: Add #if check to make sure that SYS_socket_subcall adjustment isn't forgotten again. --- ChangeLog | 5 +++++ linux/ia64/syscallent.h | 3 +++ 2 files changed, 8 insertions(+) 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 */ -- 2.50.1