Module Name: src
Committed By: mrg
Date: Mon Dec 16 15:49:40 UTC 2013
Modified Files:
src/sys/dev/ir: irframe_tty.c
Log Message:
apply __diagused where appropriate.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/ir/irframe_tty.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ir/irframe_tty.c
diff -u src/sys/dev/ir/irframe_tty.c:1.58 src/sys/dev/ir/irframe_tty.c:1.59
--- src/sys/dev/ir/irframe_tty.c:1.58 Tue May 12 14:29:42 2009
+++ src/sys/dev/ir/irframe_tty.c Mon Dec 16 15:49:40 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: irframe_tty.c,v 1.58 2009/05/12 14:29:42 cegger Exp $ */
+/* $NetBSD: irframe_tty.c,v 1.59 2013/12/16 15:49:40 mrg Exp $ */
/*
* TODO
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irframe_tty.c,v 1.58 2009/05/12 14:29:42 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irframe_tty.c,v 1.59 2013/12/16 15:49:40 mrg Exp $");
#include <sys/param.h>
#include <sys/proc.h>
@@ -914,7 +914,7 @@ void
irt_ioctl(struct tty *tp, u_long cmd, void *arg)
{
const struct cdevsw *cdev;
- int error;
+ int error __diagused;
dev_t dev;
dev = tp->t_dev;