Module Name:    src
Committed By:   pooka
Date:           Thu Nov  4 17:02:35 UTC 2010

Modified Files:
        src/sys/kern: makesyscalls.sh

Log Message:
apply "shut up, lint" for syscallargs.h


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/makesyscalls.sh
diff -u src/sys/kern/makesyscalls.sh:1.100 src/sys/kern/makesyscalls.sh:1.101
--- src/sys/kern/makesyscalls.sh:1.100	Mon Nov  1 16:21:29 2010
+++ src/sys/kern/makesyscalls.sh	Thu Nov  4 17:02:34 2010
@@ -1,5 +1,5 @@
 #! /bin/sh -
-#	$NetBSD: makesyscalls.sh,v 1.100 2010/11/01 16:21:29 pooka Exp $
+#	$NetBSD: makesyscalls.sh,v 1.101 2010/11/04 17:02:34 pooka Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -280,7 +280,7 @@
 	printf "\t\t} be;\t\t\t\t\t\t\t\\\n" > sysarghdr
 	printf "\t}\n" > sysarghdr
 	printf("\n#undef check_syscall_args\n") >sysarghdr
-	printf("#define check_syscall_args(call) \\\n" \
+	printf("#define check_syscall_args(call) /*LINTED*/ \\\n" \
 		"\ttypedef char call##_check_args" \
 		    "[sizeof (struct call##_args) \\\n" \
 		"\t\t<= %sMAXSYSARGS * sizeof (%s) ? 1 : -1];\n", \

Reply via email to