summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorThierry Deval <tdeval@cvs.openbsd.org>2002-12-03 11:31:36 +0000
committerThierry Deval <tdeval@cvs.openbsd.org>2002-12-03 11:31:36 +0000
commit901859b4c65b67c79ae4b00baa3cb1d3ffbd5daf (patch)
treefa4f55146b50253cb73c6a35a97f4af7b2a53ddd /sys/dev
parent56fba1fcb87f06a2f946089f25e670c147514573 (diff)
Missing initialization.
thanks Greg Oster
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/raidframe/rf_psstatus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_psstatus.c b/sys/dev/raidframe/rf_psstatus.c
index c602e152fd8..6581f97d7c7 100644
--- a/sys/dev/raidframe/rf_psstatus.c
+++ b/sys/dev/raidframe/rf_psstatus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rf_psstatus.c,v 1.4 2000/01/11 18:02:22 peter Exp $ */
+/* $OpenBSD: rf_psstatus.c,v 1.5 2002/12/03 11:31:35 tdeval Exp $ */
/* $NetBSD: rf_psstatus.c,v 1.5 2000/01/08 22:57:31 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
@@ -197,6 +197,7 @@ rf_LookupRUStatus(
p->flags = flags;
p->rbuf = NULL;
p->writeRbuf = NULL;
+ p->xorBufCount = 0;
p->blockCount = 0;
p->procWaitList = NULL;
p->blockWaitList = NULL;