PERFORCE change 149010 for review

Brooks Davis brooks at FreeBSD.org
Mon Sep 1 19:40:33 UTC 2008


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

Change 149010 by brooks at brooks_coredump on 2008/09/01 19:39:47

	Avoid unnecssicary white space changes.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/net/if_gif.c#8 edit
.. //depot/projects/vimage-commit2/src/sys/net80211/ieee80211.c#7 edit
.. //depot/projects/vimage-commit2/src/sys/netinet/ip_fw2.c#16 edit
.. //depot/projects/vimage-commit2/src/sys/netinet6/in6_src.c#8 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/net/if_gif.c#8 (text+ko) ====

@@ -50,7 +50,6 @@
 #include <sys/protosw.h>
 #include <sys/conf.h>
 #include <sys/vimage.h>
-
 #include <machine/cpu.h>
 
 #include <net/if.h>
@@ -147,7 +146,7 @@
 static int parallel_tunnels = 0;
 #endif
 SYSCTL_V_INT(V_NET, vnet_gif, _net_link_gif, OID_AUTO, parallel_tunnels,
-	CTLFLAG_RW, parallel_tunnels, 0, "Allow parallel tunnels?");
+    CTLFLAG_RW, parallel_tunnels, 0, "Allow parallel tunnels?");
 
 /* copy from src/sys/net/if_ethersubr.c */
 static const u_char etherbroadcastaddr[ETHER_ADDR_LEN] =

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

@@ -35,6 +35,7 @@
 #include <sys/param.h>
 #include <sys/systm.h> 
 #include <sys/kernel.h>
+
 #include <sys/socket.h>
 
 #include <net/if.h>

==== //depot/projects/vimage-commit2/src/sys/netinet/ip_fw2.c#16 (text+ko) ====

@@ -65,7 +65,6 @@
 #include <sys/syslog.h>
 #include <sys/ucred.h>
 #include <sys/vimage.h>
-
 #include <net/if.h>
 #include <net/radix.h>
 #include <net/route.h>

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

@@ -95,7 +95,6 @@
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/in_pcb.h>
-
 #include <netinet6/in6_var.h>
 #include <netinet/ip6.h>
 #include <netinet6/in6_pcb.h>


More information about the p4-projects mailing list