PERFORCE change 150495 for review

Marko Zec zec at FreeBSD.org
Fri Sep 26 10:09:28 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=150495

Change 150495 by zec at zec_tca51 on 2008/09/26 10:08:31

	vnetgraph.h doesn't exist anymore, so don't #include it.

Affected files ...

.. //depot/projects/vimage/src/sys/netgraph/ng_base.c#38 edit
.. //depot/projects/vimage/src/sys/netgraph/ng_eiface.c#15 edit
.. //depot/projects/vimage/src/sys/netgraph/ng_iface.c#12 edit
.. //depot/projects/vimage/src/sys/netgraph/ng_wormhole.c#6 edit

Differences ...

==== //depot/projects/vimage/src/sys/netgraph/ng_base.c#38 (text+ko) ====

@@ -67,7 +67,6 @@
 
 #include <net/netisr.h>
 
-#include <netgraph/vnetgraph.h>
 #include <netgraph/ng_message.h>
 #include <netgraph/netgraph.h>
 #include <netgraph/ng_parse.h>

==== //depot/projects/vimage/src/sys/netgraph/ng_eiface.c#15 (text+ko) ====

@@ -45,7 +45,6 @@
 #include <net/netisr.h>
 #include <net/route.h>
 
-#include <netgraph/vnetgraph.h>
 #include <netgraph/ng_message.h>
 #include <netgraph/netgraph.h>
 #include <netgraph/ng_parse.h>

==== //depot/projects/vimage/src/sys/netgraph/ng_iface.c#12 (text+ko) ====

@@ -78,7 +78,6 @@
 
 #include <netinet/in.h>
 
-#include <netgraph/vnetgraph.h>
 #include <netgraph/ng_message.h>
 #include <netgraph/netgraph.h>
 #include <netgraph/ng_parse.h>

==== //depot/projects/vimage/src/sys/netgraph/ng_wormhole.c#6 (text+ko) ====

@@ -75,7 +75,6 @@
 #include <sys/syslog.h>
 #include <sys/vimage.h>
 
-#include <netgraph/vnetgraph.h>
 #include <netgraph/netgraph.h>
 #include <netgraph/ng_message.h>
 #include <netgraph/ng_parse.h>


More information about the p4-projects mailing list