Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2008 15:39:50 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132794 for review
Message-ID:  <200801081539.m08FdoNX028857@repoman.freebsd.org>

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

Change 132794 by rwatson@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 */
 };
 
 /*



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