Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/net/lib/libnet pfile_init earlier (not here)
details: https://anonhg.NetBSD.org/src/rev/16bbbe2a32cd
branches: trunk
changeset: 350715:16bbbe2a32cd
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 17 02:02:27 2017 +0000
description:
pfile_init earlier (not here)
diffstat:
sys/rump/net/lib/libnet/net_component.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 50109a7b234a -r 16bbbe2a32cd sys/rump/net/lib/libnet/net_component.c
--- a/sys/rump/net/lib/libnet/net_component.c Tue Jan 17 01:25:21 2017 +0000
+++ b/sys/rump/net/lib/libnet/net_component.c Tue Jan 17 02:02:27 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: net_component.c,v 1.7 2017/01/16 09:28:40 ryo Exp $ */
+/* $NetBSD: net_component.c,v 1.8 2017/01/17 02:02:27 christos Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: net_component.c,v 1.7 2017/01/16 09:28:40 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: net_component.c,v 1.8 2017/01/17 02:02:27 christos Exp $");
#include <sys/param.h>
#include <sys/domain.h>
@@ -42,7 +42,6 @@
RUMP_COMPONENT(RUMP_COMPONENT_NET)
{
- pfil_init();
ifinit1();
ifinit();
lltableinit();
Home |
Main Index |
Thread Index |
Old Index