PERFORCE change 149009 for review

Brooks Davis brooks at FreeBSD.org
Mon Sep 1 19:39:32 UTC 2008


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

Change 149009 by brooks at brooks_coredump on 2008/09/01 19:39:05

	Don't remove style(9) required blank line after declerations
	when there aren't any.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/in_pcb.c#12 edit
.. //depot/projects/vimage-commit2/src/sys/netinet/tcp_subr.c#9 edit

Differences ...

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

@@ -1213,6 +1213,7 @@
 void
 ipport_tick(void *xtp)
 {
+
 	VNET_ITERLOOP_BEGIN();
 	INIT_VNET_INET(curvnet);
 	if (V_ipport_tcpallocs <= V_ipport_tcplastcount + V_ipport_randomcps) {

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

@@ -808,6 +808,7 @@
 void
 tcp_drain(void)
 {
+
 	if (do_tcpdrain) {
 		VNET_ITERLOOP_BEGIN();
 		INIT_VNET_INET(vnet_iter);


More information about the p4-projects mailing list