rename component.c -> zfs_component.c

This commit is contained in:
pooka 2014-03-13 01:46:10 +00:00
parent d81f550512
commit 26ec820c34
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2011/03/10 19:24:37 pooka Exp $
# $NetBSD: Makefile,v 1.4 2014/03/13 01:46:10 pooka Exp $
#
S!= cd ${.PARSEDIR}/../../../../;pwd
@ -11,7 +11,7 @@ LIB= rumpfs_zfs
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs\
-I${RUMPTOP}/librump/rumpdev
SRCS+= component.c
SRCS+= zfs_component.c
.include <bsd.lib.mk>
.include <bsd.klinks.mk>

View File

@ -1,4 +1,4 @@
/* $NetBSD: component.c,v 1.6 2013/03/10 04:24:16 christos Exp $ */
/* $NetBSD: zfs_component.c,v 1.1 2014/03/13 01:46:10 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.6 2013/03/10 04:24:16 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: zfs_component.c,v 1.1 2014/03/13 01:46:10 pooka Exp $");
#include <sys/param.h>
#include <sys/conf.h>