rename rumpcomp_user.* -> sockin_user.*
This commit is contained in:
parent
121efaacc1
commit
00328592e2
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.6 2013/03/18 13:14:11 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/03/13 01:40:30 pooka Exp $
|
||||
#
|
||||
|
||||
LIB= rumpnet_sockin
|
||||
@ -8,7 +8,7 @@ SRCS+= component.c
|
||||
|
||||
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
|
||||
|
||||
RUMPCOMP_USER= #defined
|
||||
RUMPCOMP_USER_SRCS= sockin_user.c
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.klinks.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sockin.c,v 1.35 2013/08/29 17:49:21 rmind Exp $ */
|
||||
/* $NetBSD: sockin.c,v 1.36 2014/03/13 01:40:30 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008, 2009 Antti Kantee. All Rights Reserved.
|
||||
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: sockin.c,v 1.35 2013/08/29 17:49:21 rmind Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: sockin.c,v 1.36 2014/03/13 01:40:30 pooka Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/condvar.h>
|
||||
@ -54,7 +54,7 @@ __KERNEL_RCSID(0, "$NetBSD: sockin.c,v 1.35 2013/08/29 17:49:21 rmind Exp $");
|
||||
#include <rump/rumpuser.h>
|
||||
|
||||
#include "rump_private.h"
|
||||
#include "rumpcomp_user.h"
|
||||
#include "sockin_user.h"
|
||||
|
||||
/*
|
||||
* An inet communication domain which uses the socket interface.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rumpcomp_user.c,v 1.8 2013/07/04 09:58:28 pooka Exp $ */
|
||||
/* $NetBSD: sockin_user.c,v 1.1 2014/03/13 01:40:30 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008 Antti Kantee. All Rights Reserved.
|
||||
@ -42,7 +42,7 @@
|
||||
#include <rump/rumpuser_component.h>
|
||||
#include <rump/rumpdefs.h>
|
||||
|
||||
#include "rumpcomp_user.h"
|
||||
#include "sockin_user.h"
|
||||
|
||||
#define seterror(_v_) if ((_v_) == -1) rv = errno; else rv = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rumpcomp_user.h,v 1.3 2013/04/30 00:03:54 pooka Exp $ */
|
||||
/* $NetBSD: sockin_user.h,v 1.1 2014/03/13 01:40:30 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008 Antti Kantee. All Rights Reserved.
|
Loading…
Reference in New Issue
Block a user