From c6a6c5e28b1033c61a7bb7e108fa0592b22cc016 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 21 Mar 2009 20:43:56 +0000 Subject: Import of libpcap 1.0.0. --- bpf_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpf_image.c') diff --git a/bpf_image.c b/bpf_image.c index 2e761289f7cf..91f7cef43b5c 100644 --- a/bpf_image.c +++ b/bpf_image.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/bpf_image.c,v 1.26.2.1 2007/06/11 09:52:04 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/bpf_image.c,v 1.27.2.1 2008/01/02 04:22:16 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -39,7 +39,7 @@ static const char rcsid[] _U_ = char * bpf_image(p, n) - struct bpf_insn *p; + const struct bpf_insn *p; int n; { int v; -- cgit v1.2.3