rename component.c -> sockin_component.c

This commit is contained in:
pooka 2014-03-13 02:05:49 +00:00
parent a2cb21d6b1
commit ab22d87541
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.7 2014/03/13 01:40:30 pooka Exp $
# $NetBSD: Makefile,v 1.8 2014/03/13 02:05:49 pooka Exp $
#
LIB= rumpnet_sockin
SRCS= sockin.c
SRCS+= component.c
SRCS+= sockin_component.c
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern

View File

@ -1,4 +1,4 @@
/* $NetBSD: component.c,v 1.3 2013/06/01 10:10:57 stacktic Exp $ */
/* $NetBSD: sockin_component.c,v 1.1 2014/03/13 02:05:49 pooka Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: component.c,v 1.3 2013/06/01 10:10:57 stacktic Exp $");
__KERNEL_RCSID(0, "$NetBSD: sockin_component.c,v 1.1 2014/03/13 02:05:49 pooka Exp $");
#include <sys/param.h>
#include <sys/domain.h>