rename component.c -> npf_component.c

This commit is contained in:
pooka 2014-03-13 02:07:24 +00:00
parent d9186bd3ba
commit 6f134b415a
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2014/03/03 19:09:52 pooka Exp $
# $NetBSD: Makefile,v 1.12 2014/03/13 02:07:24 pooka Exp $
#
# Public Domain.
#
@ -17,7 +17,7 @@ SRCS+= npf_alg_icmp.c
SRCS+= npf_ext_log.c npf_ext_normalize.c npf_ext_rndblock.c
SRCS+= component.c
SRCS+= npf_component.c
.include <bsd.own.mk>

View File

@ -1,11 +1,11 @@
/* $NetBSD: component.c,v 1.3 2014/02/26 02:39:29 pooka Exp $ */
/* $NetBSD: npf_component.c,v 1.1 2014/03/13 02:07:24 pooka Exp $ */
/*
* Public Domain.
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.3 2014/02/26 02:39:29 pooka Exp $");
__KERNEL_RCSID(0, "$NetBSD: npf_component.c,v 1.1 2014/03/13 02:07:24 pooka Exp $");
#include <sys/param.h>
#include <sys/conf.h>