Source-Changes-HG archive

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

[src/trunk]: src/sys/net Add struct bpf_insn tag.



details:   https://anonhg.NetBSD.org/src/rev/d75e8bf0d25a
branches:  trunk
changeset: 780657:d75e8bf0d25a
user:      rmind <rmind%NetBSD.org@localhost>
date:      Thu Aug 02 01:05:05 2012 +0000

description:
Add struct bpf_insn tag.

diffstat:

 sys/net/bpf_jit.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r eb086c11639b -r d75e8bf0d25a sys/net/bpf_jit.h
--- a/sys/net/bpf_jit.h Thu Aug 02 00:40:51 2012 +0000
+++ b/sys/net/bpf_jit.h Thu Aug 02 01:05:05 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bpf_jit.h,v 1.1 2012/08/01 23:24:29 rmind Exp $        */
+/*     $NetBSD: bpf_jit.h,v 1.2 2012/08/02 01:05:05 rmind Exp $        */
 
 /*-
  * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy)
@@ -36,6 +36,8 @@
 #ifndef _NET_BPF_JIT_H_
 #define _NET_BPF_JIT_H_
 
+struct bpf_insn;
+
 /*
  * Prototype of a filtering function created by the JIT compiler.
  *



Home | Main Index | Thread Index | Old Index