rename component.c -> pud_component.c

This commit is contained in:
pooka 2014-03-13 01:53:04 +00:00
parent 0e3e572aea
commit 19164addcf
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2011/03/31 08:36:25 pooka Exp $
# $NetBSD: Makefile,v 1.2 2014/03/13 01:53:04 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../dev/pud
@ -7,7 +7,7 @@ LIB= rumpdev_pud
SRCS= pud.c pud_dev.c
SRCS+= component.c
SRCS+= pud_component.c
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs

View File

@ -1,4 +1,4 @@
/* $NetBSD: component.c,v 1.2 2012/03/11 13:14:04 gson Exp $ */
/* $NetBSD: pud_component.c,v 1.1 2014/03/13 01:53:04 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.2 2012/03/11 13:14:04 gson Exp $");
__KERNEL_RCSID(0, "$NetBSD: pud_component.c,v 1.1 2014/03/13 01:53:04 pooka Exp $");
#include <sys/param.h>
#include <sys/conf.h>