Module Name:    src
Committed By:   christos
Date:           Tue Jan 17 02:02:27 UTC 2017

Modified Files:
        src/sys/rump/net/lib/libnet: net_component.c

Log Message:
pfile_init earlier (not here)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/rump/net/lib/libnet/net_component.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/net/lib/libnet/net_component.c
diff -u src/sys/rump/net/lib/libnet/net_component.c:1.7 src/sys/rump/net/lib/libnet/net_component.c:1.8
--- src/sys/rump/net/lib/libnet/net_component.c:1.7	Mon Jan 16 04:28:40 2017
+++ src/sys/rump/net/lib/libnet/net_component.c	Mon Jan 16 21:02:27 2017
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: net_componen
 
 RUMP_COMPONENT(RUMP_COMPONENT_NET)
 {
-	pfil_init();
 	ifinit1();
 	ifinit();
 	lltableinit();

Reply via email to