PERFORCE change 143868 for review

Julian Elischer julian at FreeBSD.org
Sat Jun 21 08:34:01 UTC 2008


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

Change 143868 by julian at julian_trafmon1 on 2008/06/21 08:33:58

	cleanups

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netgraph/ng_bridge.c#4 edit
.. //depot/projects/vimage-commit2/src/sys/netinet6/sctp6_usrreq.c#7 edit
.. //depot/projects/vimage-commit2/src/sys/rpc/rpcb_clnt.c#5 edit
.. //depot/projects/vimage-commit2/src/sys/security/mac/mac_net.c#5 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netgraph/ng_bridge.c#4 (text+ko) ====


==== //depot/projects/vimage-commit2/src/sys/netinet6/sctp6_usrreq.c#7 (text+ko) ====

@@ -32,11 +32,8 @@
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/sys/netinet6/sctp6_usrreq.c,v 1.45 2008/06/14 07:58:05 rrs Exp $");
 
-#include "opt_vimage.h"
-
 #include <netinet/sctp_os.h>
 #include <sys/proc.h>
-#include <sys/vimage.h>
 #include <netinet/sctp_pcb.h>
 #include <netinet/sctp_header.h>
 #include <netinet/sctp_var.h>

==== //depot/projects/vimage-commit2/src/sys/rpc/rpcb_clnt.c#5 (text+ko) ====

@@ -66,7 +66,6 @@
  */
 
 #include "opt_inet6.h"
-#include "opt_vimage.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -75,7 +74,6 @@
 #include <sys/proc.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
-#include <sys/vimage.h>
 
 #include <rpc/rpc.h>
 #include <rpc/rpcb_clnt.h>

==== //depot/projects/vimage-commit2/src/sys/security/mac/mac_net.c#5 (text+ko) ====

@@ -42,7 +42,6 @@
 __FBSDID("$FreeBSD: src/sys/security/mac/mac_net.c,v 1.131 2007/10/28 17:55:56 rwatson Exp $");
 
 #include "opt_mac.h"
-#include "opt_vimage.h"
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -60,7 +59,6 @@
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/sysctl.h>
-#include <sys/vimage.h>
 
 #include <net/bpfdesc.h>
 #include <net/if.h>


More information about the p4-projects mailing list