Module Name: src
Committed By: alnsn
Date: Sun Oct 28 21:12:45 UTC 2012
Modified Files:
src/sys/net: bpfdesc.h
Log Message:
Comment bd_jitcode member.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/net/bpfdesc.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/bpfdesc.h
diff -u src/sys/net/bpfdesc.h:1.36 src/sys/net/bpfdesc.h:1.37
--- src/sys/net/bpfdesc.h:1.36 Sat Oct 27 22:36:14 2012
+++ src/sys/net/bpfdesc.h Sun Oct 28 21:12:44 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: bpfdesc.h,v 1.36 2012/10/27 22:36:14 alnsn Exp $ */
+/* $NetBSD: bpfdesc.h,v 1.37 2012/10/28 21:12:44 alnsn Exp $ */
/*
* Copyright (c) 1990, 1991, 1993
@@ -101,7 +101,7 @@ struct bpf_d {
#ifdef _LP64
int bd_compat32; /* 32-bit stream on LP64 system */
#endif
- bpfjit_function_t bd_jitcode;
+ bpfjit_function_t bd_jitcode; /* compiled filter program */
};