Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys regen



details:   https://anonhg.NetBSD.org/src/rev/498f1eda0367
branches:  trunk
changeset: 758432:498f1eda0367
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 04 17:03:20 2010 +0000

description:
regen

diffstat:

 sys/sys/syscallargs.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 0d41bc9af700 -r 498f1eda0367 sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Thu Nov 04 17:02:34 2010 +0000
+++ b/sys/sys/syscallargs.h     Thu Nov 04 17:03:20 2010 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.216 2010/08/30 10:34:51 pooka Exp $ */
+/* $NetBSD: syscallargs.h,v 1.217 2010/11/04 17:03:20 pooka Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.236 2010/08/30 10:32:54 pooka Exp
+ * created from        NetBSD: syscalls.master,v 1.238 2010/09/07 17:10:08 pooka Exp
  */
 
 #ifndef _SYS_SYSCALLARGS_H_
@@ -29,7 +29,7 @@
        }
 
 #undef check_syscall_args
-#define check_syscall_args(call) \
+#define check_syscall_args(call) /*LINTED*/ \
        typedef char call##_check_args[sizeof (struct call##_args) \
                <= SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
 



Home | Main Index | Thread Index | Old Index