]> granicus.if.org Git - strace/commitdiff
2006-11-20 Jakub Jelinek <jakub@redhat.com>
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 4 Dec 2006 13:46:28 +0000 (13:46 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 4 Dec 2006 13:46:28 +0000 (13:46 +0000)
* linux/ia64/syscallent.h: Add #if check to make sure that
SYS_socket_subcall adjustment isn't forgotten again.

ChangeLog
linux/ia64/syscallent.h

index 3750659187e9adb17a48258e582be9cb8839788c..48fe1ded27c46f64b49af696746d1367390e380e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       * 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  <ldv@altlinux.org>
 
        Implement comprehensive quotactl(2) parser for Linux.
index f47d619cc75a2ce364e74eea1dfaa6fe581e57c9..e31d0d9bb7e8435dc8e7ade0533be260d28361df 100644 (file)
 /* 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 */