rename component.c -> agr_component.c
This commit is contained in:
parent
9fa21880a4
commit
d9186bd3ba
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2010/12/08 20:20:17 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/03/13 02:07:03 pooka Exp $
|
||||
#
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../net/agr
|
||||
|
@ -12,7 +12,7 @@ SRCS= if_agr.c if_agrsoftc.c if_agrsubr.c if_agrtimer.c if_agrmonitor.c \
|
|||
ieee8023ad_lacp_sm_ptx.c ieee8023ad_lacp_sm_tx.c \
|
||||
ieee8023ad_lacp_debug.c ieee8023_tlv.c
|
||||
|
||||
SRCS+= component.c
|
||||
SRCS+= agr_component.c
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.klinks.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: component.c,v 1.1 2010/12/08 20:20:17 pooka Exp $ */
|
||||
/* $NetBSD: agr_component.c,v 1.1 2014/03/13 02:07:03 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
|
||||
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.1 2010/12/08 20:20:17 pooka Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: agr_component.c,v 1.1 2014/03/13 02:07:03 pooka Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue