Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/net/lib/libvirtif fix parameter name



details:   https://anonhg.NetBSD.org/src/rev/b04b6447fee4
branches:  trunk
changeset: 787797:b04b6447fee4
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jul 03 20:17:07 2013 +0000

description:
fix parameter name

diffstat:

 sys/rump/net/lib/libvirtif/if_virt.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 422ebbb221cf -r b04b6447fee4 sys/rump/net/lib/libvirtif/if_virt.c
--- a/sys/rump/net/lib/libvirtif/if_virt.c      Wed Jul 03 19:23:46 2013 +0000
+++ b/sys/rump/net/lib/libvirtif/if_virt.c      Wed Jul 03 20:17:07 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_virt.c,v 1.34 2013/07/03 19:23:46 pooka Exp $       */
+/*     $NetBSD: if_virt.c,v 1.35 2013/07/03 20:17:07 pooka Exp $       */
 
 /*
  * Copyright (c) 2008, 2013 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.34 2013/07/03 19:23:46 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_virt.c,v 1.35 2013/07/03 20:17:07 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/condvar.h>
@@ -88,7 +88,7 @@
     IF_CLONE_INITIALIZER(VIRTIF_BASE, virtif_clone, virtif_unclone);
 
 static int
-virtif_clone(struct if_clone *ifc, int unit)
+virtif_clone(struct if_clone *ifc, int num)
 {
        struct virtif_sc *sc;
        struct virtif_user *viu;



Home | Main Index | Thread Index | Old Index