]> The Tcpdump Group git mirrors - libpcap/commit
Make qerr const.
authorGuy Harris <[email protected]>
Fri, 26 Oct 2018 20:02:59 +0000 (13:02 -0700)
committerGuy Harris <[email protected]>
Fri, 26 Oct 2018 20:02:59 +0000 (13:02 -0700)
commitcd512217e570f796ef3e3a7ad67c66d78c83c2dc
tree8faf1f2aa0445fe84410911b3f4cf1f37e075c49
parent1c26c7de8a932fc5c1802246fa048bc00bca691e
Make qerr const.

It's not something we're allowed to modify, as that could fail if two or
more threads are all running in pcap_compile(); declare it as const to
make sure we don't modify it.
grammar.y