Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2008 22:45:29 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132654 for review
Message-ID:  <200801062245.m06MjT2O092959@repoman.freebsd.org>

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

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



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