PERFORCE change 115572 for review

Christian S.J. Peron csjp at FreeBSD.org
Fri Mar 9 01:01:44 UTC 2007


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

Change 115572 by csjp at csjp_rnd01 on 2007/03/09 01:01:18

	Minor cosmetic nits

Affected files ...

.. //depot/projects/zcopybpf/utils/bpfnull/bpfnull.c#18 edit

Differences ...

==== //depot/projects/zcopybpf/utils/bpfnull/bpfnull.c#18 (text+ko) ====

@@ -74,6 +74,7 @@
 
 static u_char		*bufa, *bufb;
 static unsigned long		 packet_count;
+
 static int
 handle_int(int sig __unused)
 {
@@ -205,7 +206,6 @@
 		} else {
 			bzha = (struct bpf_zbuf_header *)bufa;
 			bzhb = (struct bpf_zbuf_header *)bufb;
-
 			if (n == 0) {
 				c = rdtsc();
 				if (ioctl(fd, BIOCROTZBUF, &bz) < 0)


More information about the p4-projects mailing list