]> The Tcpdump Group git mirrors - tcpdump/commit
Include <errno.h> on both Windows and UN*X.
authorGuy Harris <[email protected]>
Sun, 4 May 2014 17:08:44 +0000 (10:08 -0700)
committerGuy Harris <[email protected]>
Sun, 4 May 2014 17:08:58 +0000 (10:08 -0700)
commit27991a20a82e8dbdfff5cfcf7678ac751c641384
tree3ef18515cb74414d02aacce675f02e5e87078f55
parent35043f35074d36504889fb0f8542632005531c2e
Include <errno.h> on both Windows and UN*X.

We need <errno.h> on UN*X in some files that include tcpdump-stdinc.h,
such as missing/inet_pton.c.

Remove includes of <errno.h> from files that include tcpdump-stdinc.h.
missing/inet_ntop.c
tcpdump-stdinc.h
tcpdump.c
util.c