Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2008 10:09:27 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 150495 for review
Message-ID:  <200809261009.m8QA9Rx8008412@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=150495

Change 150495 by zec@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809261009.m8QA9Rx8008412>