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/8b9ab22260e0
branches:  trunk
changeset: 820966:8b9ab22260e0
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 2c6e2e18ad65 -r 8b9ab22260e0 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