]> The Tcpdump Group git mirrors - tcpdump/commit
We're not doing setjmp/longjmp, so no need for static variables.
authorGuy Harris <[email protected]>
Mon, 13 Jul 2015 19:50:01 +0000 (12:50 -0700)
committerGuy Harris <[email protected]>
Mon, 13 Jul 2015 19:50:01 +0000 (12:50 -0700)
commit1c8a77f92b48a74c814821d4f969e24a16fe6b36
tree6f5fa825dcc76d6a1f80f1d23197b34e76ac6244
parent3ba4165c4b7cc369c9b7809a8f106cad0926c02c
We're not doing setjmp/longjmp, so no need for static variables.

We stopped doing setjmp/longjmp a while ago (it could cause issues on
multiple platforms), so we don't need to make pointer variables static
in the lookup routines.
addrtoname.c