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 fix struct name



details:   https://anonhg.NetBSD.org/src/rev/99ab59d4058a
branches:  trunk
changeset: 342145:99ab59d4058a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 08 22:16:01 2015 +0000

description:
fix struct name

diffstat:

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

diffs (27 lines):

diff -r fffaddb416ae -r 99ab59d4058a sys/rump/librump/rumpvfs/rumpblk.c
--- a/sys/rump/librump/rumpvfs/rumpblk.c        Tue Dec 08 21:27:50 2015 +0000
+++ b/sys/rump/librump/rumpvfs/rumpblk.c        Tue Dec 08 22:16:01 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpblk.c,v 1.61 2015/12/08 20:36:15 christos Exp $    */
+/*     $NetBSD: rumpblk.c,v 1.62 2015/12/08 22:16:01 christos 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.61 2015/12/08 20:36:15 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpblk.c,v 1.62 2015/12/08 22:16:01 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -421,7 +421,7 @@
        devminor_t dmin = minor(dev);
        struct rblkdev *rblk = &minors[dmin];
        struct partinfo *pi;
-       struct diskpart *dp;
+       struct partition *dp;
        int error = 0;
 
        /* well, me should support a few more, but we don't for now */



Home | Main Index | Thread Index | Old Index