diff --git a/sys/rump/kern/lib/libtty/Makefile b/sys/rump/kern/lib/libtty/Makefile index b6d5950669cf..167f142b4739 100644 --- a/sys/rump/kern/lib/libtty/Makefile +++ b/sys/rump/kern/lib/libtty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/07/16 19:07:55 pooka Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/13 02:02:30 pooka Exp $ # .PATH: ${.CURDIR}/../../../../kern \ @@ -9,7 +9,7 @@ LIB= rumpkern_tty SRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c SRCS+= tty_60.c -SRCS+= component.c +SRCS+= tty_component.c CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs diff --git a/sys/rump/kern/lib/libtty/component.c b/sys/rump/kern/lib/libtty/tty_component.c similarity index 94% rename from sys/rump/kern/lib/libtty/component.c rename to sys/rump/kern/lib/libtty/tty_component.c index 37c57a16ac21..17c161a873c9 100644 --- a/sys/rump/kern/lib/libtty/component.c +++ b/sys/rump/kern/lib/libtty/tty_component.c @@ -1,4 +1,4 @@ -/* $NetBSD: component.c,v 1.2 2011/01/07 15:10:22 pooka Exp $ */ +/* $NetBSD: tty_component.c,v 1.1 2014/03/13 02:02:30 pooka Exp $ */ /* * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.2 2011/01/07 15:10:22 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tty_component.c,v 1.1 2014/03/13 02:02:30 pooka Exp $"); #include #include