diff --git a/sys/rump/dev/lib/librnd/Makefile b/sys/rump/dev/lib/librnd/Makefile index 950fe6c72b1c..43e97ba2456e 100644 --- a/sys/rump/dev/lib/librnd/Makefile +++ b/sys/rump/dev/lib/librnd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/02/02 19:43:08 tls Exp $ +# $NetBSD: Makefile,v 1.7 2014/03/13 01:52:37 pooka Exp $ # .PATH: ${.CURDIR}/../../../../dev @@ -7,7 +7,7 @@ LIB= rumpdev_rnd SRCS= rndpseudo.c -SRCS+= component.c +SRCS+= rnd_component.c # sys/rump/Makefile.rump sets CPPFLAGS+= -DCOMPAT_50=1, # so we need rndpseudo_50.c from the compat/common directory. diff --git a/sys/rump/dev/lib/librnd/component.c b/sys/rump/dev/lib/librnd/rnd_component.c similarity index 93% rename from sys/rump/dev/lib/librnd/component.c rename to sys/rump/dev/lib/librnd/rnd_component.c index 5e01d6b149ad..9b56bc75523f 100644 --- a/sys/rump/dev/lib/librnd/component.c +++ b/sys/rump/dev/lib/librnd/rnd_component.c @@ -1,4 +1,4 @@ -/* $NetBSD: component.c,v 1.4 2010/04/26 09:47:46 pooka Exp $ */ +/* $NetBSD: rnd_component.c,v 1.1 2014/03/13 01:52:37 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.4 2010/04/26 09:47:46 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rnd_component.c,v 1.1 2014/03/13 01:52:37 pooka Exp $"); #include #include