Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mscp typo in previous
details: https://anonhg.NetBSD.org/src/rev/9af8dcccbbd1
branches: trunk
changeset: 327748:9af8dcccbbd1
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Mar 16 05:49:41 2014 +0000
description:
typo in previous
diffstat:
sys/dev/mscp/mscp_disk.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9b346d1dc059 -r 9af8dcccbbd1 sys/dev/mscp/mscp_disk.c
--- a/sys/dev/mscp/mscp_disk.c Sun Mar 16 05:20:22 2014 +0000
+++ b/sys/dev/mscp/mscp_disk.c Sun Mar 16 05:49:41 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mscp_disk.c,v 1.78 2014/03/16 05:20:28 dholland Exp $ */
+/* $NetBSD: mscp_disk.c,v 1.79 2014/03/16 05:49:41 dholland Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@@ -82,7 +82,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mscp_disk.c,v 1.78 2014/03/16 05:20:28 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mscp_disk.c,v 1.79 2014/03/16 05:49:41 dholland Exp $");
#include <sys/param.h>
#include <sys/buf.h>
@@ -159,7 +159,7 @@
const struct bdevsw ra_bdevsw = {
.d_open = raopen,
.d_close = raclose,
- .d_strateegy = rastrategy,
+ .d_strategy = rastrategy,
.d_ioctl = raioctl,
.d_dump = radump,
.d_psize = rasize,
Home |
Main Index |
Thread Index |
Old Index