Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/raidctl Correct printed IOCTL name that was incorrect s...
details: https://anonhg.NetBSD.org/src/rev/31a0d66f975d
branches: trunk
changeset: 448670:31a0d66f975d
user: oster <oster%NetBSD.org@localhost>
date: Wed Feb 06 22:38:10 2019 +0000
description:
Correct printed IOCTL name that was incorrect since rev 1.5.
diffstat:
sbin/raidctl/raidctl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e8d695d48807 -r 31a0d66f975d sbin/raidctl/raidctl.c
--- a/sbin/raidctl/raidctl.c Wed Feb 06 21:42:46 2019 +0000
+++ b/sbin/raidctl/raidctl.c Wed Feb 06 22:38:10 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: raidctl.c,v 1.68 2019/02/04 09:31:22 mrg Exp $ */
+/* $NetBSD: raidctl.c,v 1.69 2019/02/06 22:38:10 oster Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: raidctl.c,v 1.68 2019/02/04 09:31:22 mrg Exp $");
+__RCSID("$NetBSD: raidctl.c,v 1.69 2019/02/06 22:38:10 oster Exp $");
#endif
@@ -823,7 +823,7 @@
component_label.status = 0;
do_ioctl( fd, RAIDFRAME_INIT_LABELS, &component_label,
- "RAIDFRAME_SET_COMPONENT_LABEL");
+ "RAIDFRAME_INIT_LABELS");
}
static void
Home |
Main Index |
Thread Index |
Old Index