PERFORCE change 132654 for review

Christian S.J. Peron csjp at FreeBSD.org
Sun Jan 6 14:45:30 PST 2008


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

Change 132654 by csjp at csjp_xor on 2008/01/06 22:42:56

	Correct line wrap on comment

Affected files ...

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

Differences ...

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

@@ -226,7 +226,8 @@
 
 	/*
 	 * Check again for data, which may exist now that we've either been
-	 * woken up as a result of data or timed out.  Try the "there's data"		 * case first since it doesn't require a system call.
+	 * woken up as a result of data or timed out.  Try the "there's data"
+	 * case first since it doesn't require a system call.
 	 */
 	data = pcap_next_zbuf_shm(p, cc);
 	if (data)


More information about the p4-projects mailing list