Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/dev __unused



details:   https://anonhg.NetBSD.org/src/rev/2a5de38643b5
branches:  trunk
changeset: 790678:2a5de38643b5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 19 13:29:10 2013 +0000

description:
__unused

diffstat:

 sys/arch/hp700/dev/pdc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 11479e778fe4 -r 2a5de38643b5 sys/arch/hp700/dev/pdc.c
--- a/sys/arch/hp700/dev/pdc.c  Sat Oct 19 13:28:36 2013 +0000
+++ b/sys/arch/hp700/dev/pdc.c  Sat Oct 19 13:29:10 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pdc.c,v 1.41 2012/02/05 21:46:37 skrll Exp $   */
+/*     $NetBSD: pdc.c,v 1.42 2013/10/19 13:29:10 skrll Exp $   */
 
 /*     $OpenBSD: pdc.c,v 1.14 2001/04/29 21:05:43 mickey Exp $ */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pdc.c,v 1.41 2012/02/05 21:46:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pdc.c,v 1.42 2013/10/19 13:29:10 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -460,7 +460,7 @@
 int
 pdccnlookc(dev_t dev, int *cp)
 {
-       int s, err, l, pagezero_cookie;
+       int s, err __unused, l, pagezero_cookie;
 
        s = splhigh();
        pagezero_cookie = hp700_pagezero_map();



Home | Main Index | Thread Index | Old Index