Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe Minor cleanup.
details: https://anonhg.NetBSD.org/src/rev/b2b30d926a3d
branches: trunk
changeset: 534028:b2b30d926a3d
user: oster <oster%NetBSD.org@localhost>
date: Sat Jul 13 19:59:26 2002 +0000
description:
Minor cleanup.
diffstat:
sys/dev/raidframe/rf_dagutils.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r 311685d61ede -r b2b30d926a3d sys/dev/raidframe/rf_dagutils.c
--- a/sys/dev/raidframe/rf_dagutils.c Sat Jul 13 19:56:55 2002 +0000
+++ b/sys/dev/raidframe/rf_dagutils.c Sat Jul 13 19:59:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_dagutils.c,v 1.11 2002/07/13 19:56:55 oster Exp $ */
+/* $NetBSD: rf_dagutils.c,v 1.12 2002/07/13 19:59:26 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -33,7 +33,7 @@
*****************************************************************************/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_dagutils.c,v 1.11 2002/07/13 19:56:55 oster Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_dagutils.c,v 1.12 2002/07/13 19:59:26 oster Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -60,9 +60,8 @@
static void rf_RecurPrintDAG(RF_DagNode_t *, int, int);
static void rf_PrintDAG(RF_DagHeader_t *);
-static int
-rf_ValidateBranch(RF_DagNode_t *, int *, int *,
- RF_DagNode_t **, int);
+static int rf_ValidateBranch(RF_DagNode_t *, int *, int *,
+ RF_DagNode_t **, int);
static void rf_ValidateBranchVisitedBits(RF_DagNode_t *, int, int);
static void rf_ValidateVisitedBits(RF_DagHeader_t *);
Home |
Main Index |
Thread Index |
Old Index