Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpvfs g/c unused



details:   https://anonhg.NetBSD.org/src/rev/4682d7d39830
branches:  trunk
changeset: 786490:4682d7d39830
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Apr 29 19:52:35 2013 +0000

description:
g/c unused

diffstat:

 sys/rump/librump/rumpvfs/rumpblk.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 94652e51c411 -r 4682d7d39830 sys/rump/librump/rumpvfs/rumpblk.c
--- a/sys/rump/librump/rumpvfs/rumpblk.c        Mon Apr 29 19:31:46 2013 +0000
+++ b/sys/rump/librump/rumpvfs/rumpblk.c        Mon Apr 29 19:52:35 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpblk.c,v 1.52 2013/04/29 17:31:05 pooka Exp $       */
+/*     $NetBSD: rumpblk.c,v 1.53 2013/04/29 19:52:35 pooka Exp $       */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpblk.c,v 1.52 2013/04/29 17:31:05 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpblk.c,v 1.53 2013/04/29 19:52:35 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -161,7 +161,7 @@
        char buf[64];
        devmajor_t rumpblkmaj = RUMPBLK_DEVMAJOR;
        unsigned tmp;
-       int error, i;
+       int i;
 
        mutex_init(&rumpblk_lock, MUTEX_DEFAULT, IPL_NONE);
 



Home | Main Index | Thread Index | Old Index