Module Name: src
Committed By: rmind
Date: Thu Aug 2 01:05:06 UTC 2012
Modified Files:
src/sys/net: bpf_jit.h
Log Message:
Add struct bpf_insn tag.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/net/bpf_jit.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/net/bpf_jit.h
diff -u src/sys/net/bpf_jit.h:1.1 src/sys/net/bpf_jit.h:1.2
--- src/sys/net/bpf_jit.h:1.1 Wed Aug 1 23:24:29 2012
+++ src/sys/net/bpf_jit.h Thu Aug 2 01:05:05 2012
@@ -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.
*