PERFORCE change 138096 for review

Christian S.J. Peron csjp at FreeBSD.org
Wed Mar 19 13:39:10 UTC 2008


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

Change 138096 by csjp at ibm01 on 2008/03/19 13:39:04

	Cosmetic nit

Affected files ...

.. //depot/projects/zcopybpf/src/contrib/libpcap/pcap-bpf.c#27 edit

Differences ...

==== //depot/projects/zcopybpf/src/contrib/libpcap/pcap-bpf.c#27 (text+ko) ====

@@ -195,12 +195,11 @@
 static int
 pcap_next_zbuf(pcap_t *p, int *cc)
 {
+	int data, r, tmout, expire;
 	struct bpf_zbuf bz;
 	struct timeval tv;
 	struct timespec cur;
 	fd_set r_set;
-	int data, r;
-	int tmout, expire;
 
 #define TSTOMILLI(ts) (((ts)->tv_sec * 1000) + ((ts)->tv_nsec / 1000000))
 	/*


More information about the p4-projects mailing list