Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/stand/common Use __debugused



details:   https://anonhg.NetBSD.org/src/rev/83bc33d1faf9
branches:  trunk
changeset: 791371:83bc33d1faf9
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Nov 14 13:01:26 2013 +0000

description:
Use __debugused

diffstat:

 sys/arch/hp700/stand/common/itecons.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9559b546e21a -r 83bc33d1faf9 sys/arch/hp700/stand/common/itecons.c
--- a/sys/arch/hp700/stand/common/itecons.c     Thu Nov 14 12:44:25 2013 +0000
+++ b/sys/arch/hp700/stand/common/itecons.c     Thu Nov 14 13:01:26 2013 +0000
@@ -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 @@
 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);



Home | Main Index | Thread Index | Old Index