Module Name:    src
Committed By:   skrll
Date:           Thu Nov 14 13:01:26 UTC 2013

Modified Files:
        src/sys/arch/hp700/stand/common: itecons.c

Log Message:
Use __debugused


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp700/stand/common/itecons.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/arch/hp700/stand/common/itecons.c
diff -u src/sys/arch/hp700/stand/common/itecons.c:1.9 src/sys/arch/hp700/stand/common/itecons.c:1.10
--- src/sys/arch/hp700/stand/common/itecons.c:1.9	Tue Nov  3 05:07:26 2009
+++ src/sys/arch/hp700/stand/common/itecons.c	Thu Nov 14 13:01:26 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: itecons.c,v 1.9 2009/11/03 05:07:26 snj Exp $	*/
+/*	$NetBSD: itecons.c,v 1.10 2013/11/14 13:01:26 skrll Exp $	*/
 
 /*	$OpenBSD: itecons.c,v 1.6 1999/04/20 20:01:02 mickey Exp $	*/
 
@@ -161,7 +161,7 @@ int
 ite_getc(dev_t dev)
 {
 	static int stash = 0;
-	int err, c, l, i;
+	int err __debugused, c, l, i;
 
 	if (kyiodc == NULL)
 		return(0x100);

Reply via email to