Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net undo previous. Read the diff wrong.



details:   https://anonhg.NetBSD.org/src/rev/e4762704814c
branches:  trunk
changeset: 761277:e4762704814c
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 22 19:12:58 2011 +0000

description:
undo previous. Read the diff wrong.

diffstat:

 sys/net/bpf.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 7a244d628790 -r e4762704814c sys/net/bpf.c
--- a/sys/net/bpf.c     Sat Jan 22 19:10:16 2011 +0000
+++ b/sys/net/bpf.c     Sat Jan 22 19:12:58 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bpf.c,v 1.161 2011/01/22 16:54:48 christos Exp $       */
+/*     $NetBSD: bpf.c,v 1.162 2011/01/22 19:12:58 christos Exp $       */
 
 /*
  * Copyright (c) 1990, 1991, 1993
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.161 2011/01/22 16:54:48 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bpf.c,v 1.162 2011/01/22 19:12:58 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_bpf.h"
@@ -1402,7 +1402,8 @@
        /*
         * Craft on-stack mbuf suitable for passing to bpf_filter.
         * Note that we cut corners here; we only setup what's
-        * absolutely needed--this mbuf should never go anywhere else.  */
+        * absolutely needed--this mbuf should never go anywhere else.
+        */
        (void)memset(&mb, 0, sizeof(mb));
        mb.m_next = m;
        mb.m_data = data;



Home | Main Index | Thread Index | Old Index