summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/bpf_image.c
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-10-31 20:03:59 +0000
committersbruno <sbruno@FreeBSD.org>2013-10-31 20:03:59 +0000
commit354fc81dc92d920d6f7f09b42640d4b215e7a7db (patch)
treecc466e5783625026075c40114771f612c5368461 /contrib/libpcap/bpf_image.c
parent1a2b8bc63256166d392c50bc9d9879179c308aed (diff)
downloadFreeBSD-src-354fc81dc92d920d6f7f09b42640d4b215e7a7db.zip
FreeBSD-src-354fc81dc92d920d6f7f09b42640d4b215e7a7db.tar.gz
Integrate github revision 0446821e49224c6a29be28760cc9c4cc14f56d8a as
suggested by upstream https://github.com/the-tcpdump-group/libpcap/issues/327 Quiesce assignment warnings by use of const
Diffstat (limited to 'contrib/libpcap/bpf_image.c')
-rw-r--r--contrib/libpcap/bpf_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpcap/bpf_image.c b/contrib/libpcap/bpf_image.c
index 3c80121..e6c0f62 100644
--- a/contrib/libpcap/bpf_image.c
+++ b/contrib/libpcap/bpf_image.c
@@ -53,7 +53,7 @@ static const char rcsid[] _U_ =
char *
bpf_image(p, n)
- struct bpf_insn *p;
+ const struct bpf_insn *p;
int n;
{
int v;
OpenPOWER on IntegriCloud