Date: Mon, 1 Sep 2008 19:39:31 GMT From: Brooks Davis <brooks@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 149009 for review Message-ID: <200809011939.m81JdVc8000508@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149009 Change 149009 by brooks@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809011939.m81JdVc8000508>