rename component.c -> shmif_component.c

This commit is contained in:
pooka 2014-03-13 02:08:04 +00:00
parent 5c81644c6d
commit 8e9b788b4d
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.5 2014/03/13 01:42:59 pooka Exp $
# $NetBSD: Makefile,v 1.6 2014/03/13 02:08:04 pooka Exp $
#
LIB= rumpnet_shmif
SRCS= if_shmem.c shmif_busops.c
SRCS+= component.c
SRCS+= shmif_component.c
CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpkern

View File

@ -1,4 +1,4 @@
/* $NetBSD: component.c,v 1.2 2010/11/16 20:08:24 pooka Exp $ */
/* $NetBSD: shmif_component.c,v 1.1 2014/03/13 02:08:04 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.2 2010/11/16 20:08:24 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: shmif_component.c,v 1.1 2014/03/13 02:08:04 pooka Exp $");
#include <sys/param.h>
#include <sys/vmem.h>