Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2007 01:01:43 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 115572 for review
Message-ID:  <200703090101.l2911hlv029310@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115572

Change 115572 by csjp@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703090101.l2911hlv029310>