PERFORCE change 138094 for review

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


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

Change 138094 by csjp at ibm01 on 2008/03/19 13:37:07

	undefine TSTOMILLI when we no longer require it. This helps a bit with
	namespace pollution.

Affected files ...

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

Differences ...

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

@@ -224,6 +224,7 @@
 	if (p->interrupted && p->to_ms) {
 		expire = TSTOMILLI(&p->firstsel) + p->to_ms;
 		tmout = expire - TSTOMILLI(&cur);
+#undef TSTOMILLI
 		if (tmout <= 0) {
 			p->interrupted = 0;
 			data = pcap_next_zbuf_shm(p, cc);


More information about the p4-projects mailing list