rename component.c -> sys_linux_component.c

This commit is contained in:
pooka 2014-03-13 02:03:47 +00:00
parent 4ef595eb8a
commit d9edc94bdf
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2014/01/28 10:54:45 njoly Exp $
# $NetBSD: Makefile,v 1.6 2014/03/13 02:03:47 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../compat/linux/common
@ -11,7 +11,8 @@ SRCS= linux_blkio.c linux_cdrom.c linux_errno.c linux_fdio.c \
linux_sysctl.c linux_termios.c linux_time.c linux_file64.c \
linux_pipe.c
SRCS+= rump_linux_sysent.c component.c linux_rump.c
SRCS+= rump_linux_sysent.c linux_rump.c
SRCS+= sys_linux_component.c
# XXX
CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern

View File

@ -1,4 +1,4 @@
/* $NetBSD: component.c,v 1.11 2014/02/18 06:20:46 pooka Exp $ */
/* $NetBSD: sys_linux_component.c,v 1.1 2014/03/13 02:03:47 pooka Exp $ */
#include <sys/param.h>
#include <sys/proc.h>