Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/xen/xen Pull up revision 1.4 (requested by yamt ...



details:   https://anonhg.NetBSD.org/src/rev/a884b7d0dd26
branches:  netbsd-3
changeset: 576288:a884b7d0dd26
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 18 10:43:37 2005 +0000

description:
Pull up revision 1.4 (requested by yamt in ticket #465):
privcmd_ioctl: remove unnecessary variable shadowing.

diffstat:

 sys/arch/xen/xen/privcmd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 23802943ecbd -r a884b7d0dd26 sys/arch/xen/xen/privcmd.c
--- a/sys/arch/xen/xen/privcmd.c        Sat Jun 18 10:42:19 2005 +0000
+++ b/sys/arch/xen/xen/privcmd.c        Sat Jun 18 10:43:37 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: privcmd.c,v 1.2.2.1 2005/05/28 13:52:41 tron Exp $ */
+/* $NetBSD: privcmd.c,v 1.2.2.2 2005/06/18 10:43:37 tron Exp $ */
 
 /*
  *
@@ -33,7 +33,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: privcmd.c,v 1.2.2.1 2005/05/28 13:52:41 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: privcmd.c,v 1.2.2.2 2005/06/18 10:43:37 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -99,7 +99,7 @@
                break;
        case IOCTL_PRIVCMD_MMAP:
        {
-               int i, j, error;
+               int i, j;
                privcmd_mmap_t *mcmd = ap->a_data;
                privcmd_mmap_entry_t mentry;
                vaddr_t va;



Home | Main Index | Thread Index | Old Index