Source-Changes-HG archive

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

[src/prg-localcount2]: src/sys/ufs/ext2fs Typo - insert missing *



details:   https://anonhg.NetBSD.org/src/rev/8e21b367a3bb
branches:  prg-localcount2
changeset: 823556:8e21b367a3bb
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed May 17 05:31:08 2017 +0000

description:
Typo - insert missing *

diffstat:

 sys/ufs/ext2fs/ext2fs_vfsops.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f18820f9179d -r 8e21b367a3bb sys/ufs/ext2fs/ext2fs_vfsops.c
--- a/sys/ufs/ext2fs/ext2fs_vfsops.c    Wed May 17 04:33:03 2017 +0000
+++ b/sys/ufs/ext2fs/ext2fs_vfsops.c    Wed May 17 05:31:08 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ext2fs_vfsops.c,v 1.208.2.1 2017/05/17 04:08:36 pgoyette Exp $ */
+/*     $NetBSD: ext2fs_vfsops.c,v 1.208.2.2 2017/05/17 05:31:08 pgoyette Exp $ */
 
 /*
  * Copyright (c) 1989, 1991, 1993, 1994
@@ -60,7 +60,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ext2fs_vfsops.c,v 1.208.2.1 2017/05/17 04:08:36 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ext2fs_vfsops.c,v 1.208.2.2 2017/05/17 05:31:08 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -301,7 +301,7 @@
 int
 ext2fs_mount(struct mount *mp, const char *path, void *data, size_t *data_len)
 {
-       const struct bdevsw devsw;
+       const struct bdevsw *devsw;
        struct lwp *l = curlwp;
        struct vnode *devvp;
        struct ufs_args *args = data;



Home | Main Index | Thread Index | Old Index