rename component.c -> syspuffs_component.c

This commit is contained in:
pooka 2014-03-13 01:45:33 +00:00
parent d1665e5a2e
commit c195be46f9
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2010/07/06 16:13:57 pooka Exp $
# $NetBSD: Makefile,v 1.8 2014/03/13 01:45:33 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../fs/puffs
@ -9,7 +9,8 @@ SRCS= puffs_msgif.c puffs_node.c puffs_subr.c puffs_vfsops.c puffs_vnops.c
SRCS+= puffs_compat.c
SRCS+= puffs_rumpglue.c
SRCS+= component.c
SRCS+= syspuffs_component.c
CPPFLAGS+= -DPUFFSDEBUG -I${RUMPTOP}/librump/rumpvfs
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern

View File

@ -1,4 +1,4 @@
/* $NetBSD: component.c,v 1.1 2010/06/30 15:50:20 pooka Exp $ */
/* $NetBSD: syspuffs_component.c,v 1.1 2014/03/13 01:45:33 pooka Exp $ */
/*
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.1 2010/06/30 15:50:20 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: syspuffs_component.c,v 1.1 2014/03/13 01:45:33 pooka Exp $");
#include <sys/param.h>
#include <sys/conf.h>