Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev/lib/libraidframe Add rf_paritymap.c, which is n...
details: https://anonhg.NetBSD.org/src/rev/5ea2f0be4d60
branches: trunk
changeset: 749256:5ea2f0be4d60
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Nov 23 12:23:20 2009 +0000
description:
Add rf_paritymap.c, which is now required for raidframe.
diffstat:
sys/rump/dev/lib/libraidframe/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 973c2c9c18fe -r 5ea2f0be4d60 sys/rump/dev/lib/libraidframe/Makefile
--- a/sys/rump/dev/lib/libraidframe/Makefile Mon Nov 23 11:20:25 2009 +0000
+++ b/sys/rump/dev/lib/libraidframe/Makefile Mon Nov 23 12:23:20 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/09/07 14:28:18 pooka Exp $
+# $NetBSD: Makefile,v 1.3 2009/11/23 12:23:20 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../dev/raidframe
@@ -19,7 +19,7 @@
rf_raid5.c rf_raid5_rotatedspare.c rf_reconbuffer.c \
rf_reconmap.c rf_reconstruct.c rf_reconutil.c rf_revent.c \
rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c \
- rf_strutils.c rf_utils.c rf_compat50.c
+ rf_strutils.c rf_utils.c rf_compat50.c rf_paritymap.c
SRCS+= component.c
Home |
Main Index |
Thread Index |
Old Index