$NetBSD: patch-ae,v 1.1 2006/02/24 23:39:44 drochner Exp $ --- optimize.c.orig 2006-02-25 00:31:53.000000000 +0100 +++ optimize.c @@ -624,7 +624,7 @@ fold_op(s, v0, v1) struct stmt *s; int v0, v1; { - bpf_int32 a, b; + bpf_u_int32 a, b; a = vmap[v0].const_val; b = vmap[v1].const_val;