PERFORCE change 132794 for review

Robert Watson rwatson at FreeBSD.org
Tue Jan 8 07:39:51 PST 2008


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

Change 132794 by rwatson at rwatson_fledge on 2008/01/08 15:39:39

	More style synchronization to CVS.

Affected files ...

.. //depot/projects/zcopybpf/src/sys/net/bpf.h#18 edit

Differences ...

==== //depot/projects/zcopybpf/src/sys/net/bpf.h#18 (text+ko) ====

@@ -162,9 +162,9 @@
 
 /* Packet directions */
 enum bpf_direction {
-        BPF_D_IN,       /* See incoming packets */
-        BPF_D_INOUT,    /* See incoming and outgoing packets */
-        BPF_D_OUT       /* See outgoing packets */
+	BPF_D_IN,	/* See incoming packets */
+	BPF_D_INOUT,	/* See incoming and outgoing packets */
+	BPF_D_OUT	/* See outgoing packets */
 };
 
 /*


More information about the p4-projects mailing list