rename component.c -> raidframe_component.c

This commit is contained in:
pooka 2014-03-13 01:49:59 +00:00
parent da5f0878ad
commit bd7cc621b8
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/11/23 12:23:20 pooka Exp $
# $NetBSD: Makefile,v 1.4 2014/03/13 01:49:59 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../dev/raidframe
@ -21,7 +21,7 @@ SRCS= rf_acctrace.c rf_alloclist.c rf_aselect.c rf_callback.c \
rf_shutdown.c rf_sstf.c rf_states.c rf_stripelocks.c \
rf_strutils.c rf_utils.c rf_compat50.c rf_paritymap.c
SRCS+= component.c
SRCS+= raidframe_component.c
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs

View File

@ -1,4 +1,4 @@
/* $NetBSD: component.c,v 1.5 2010/03/01 13:12:19 pooka Exp $ */
/* $NetBSD: raidframe_component.c,v 1.1 2014/03/13 01:49:59 pooka Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.5 2010/03/01 13:12:19 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: raidframe_component.c,v 1.1 2014/03/13 01:49:59 pooka Exp $");
#include <sys/param.h>
#include <sys/conf.h>