summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2007-09-13 09:00:32 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2007-09-13 09:00:32 +0000
commitb2adf5c8372440462d6cb9f2f00aff6275afcc0d (patch)
tree25134e9747c1f1b4b8b7ae0407cae7470d30460c
parentb6648efd3b69a5c7fa303116b5da8e5223249b4c (diff)
Notes
-rw-r--r--sys/net/bpf_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c
index 74fb8ea8f35b..7ee4ef00b9a0 100644
--- a/sys/net/bpf_filter.c
+++ b/sys/net/bpf_filter.c
@@ -186,7 +186,7 @@ bpf_filter(pc, p, wirelen, buflen)
{
register u_int32_t A = 0, X = 0;
register bpf_u_int32 k;
- int32_t mem[BPF_MEMWORDS];
+ u_int32_t mem[BPF_MEMWORDS];
if (pc == 0)
/*