Module Name: src Committed By: pooka Date: Thu Nov 4 17:03:20 UTC 2010
Modified Files: src/sys/sys: syscallargs.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/sys/sys/syscallargs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/syscallargs.h diff -u src/sys/sys/syscallargs.h:1.216 src/sys/sys/syscallargs.h:1.217 --- src/sys/sys/syscallargs.h:1.216 Mon Aug 30 10:34:51 2010 +++ src/sys/sys/syscallargs.h Thu Nov 4 17:03:20 2010 @@ -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];