rename component.c -> netinet6_component.c
This commit is contained in:
parent
c26312e1c9
commit
3d3f829e6e
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/08/14 09:31:42 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/03/13 02:08:44 pooka Exp $
|
||||
#
|
||||
|
||||
LIB= rumpnet_netinet6
|
||||
|
||||
SRCS= component.c
|
||||
SRCS= netinet6_component.c
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.klinks.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: component.c,v 1.4 2014/02/14 01:43:13 pooka Exp $ */
|
||||
/* $NetBSD: netinet6_component.c,v 1.1 2014/03/13 02:08:44 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2013 Antti Kantee. All Rights Reserved.
|
||||
|
@ -26,7 +26,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.4 2014/02/14 01:43:13 pooka Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netinet6_component.c,v 1.1 2014/03/13 02:08:44 pooka Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/domain.h>
|
Loading…
Reference in New Issue