]> The Tcpdump Group git mirrors - tcpdump/commit
Don't cast away constness.
authorGuy Harris <[email protected]>
Sat, 14 Jan 2017 04:46:46 +0000 (20:46 -0800)
committerGuy Harris <[email protected]>
Sat, 14 Jan 2017 04:46:46 +0000 (20:46 -0800)
commit6d28d4f42630c8645a4314db520bf5efdb6bcfe8
treec87d58419ff8b0bd487decb3cc29fe532ed62c9d
parent42718eb6f80a9fe903bf3fdec5cb6261da1c60dd
Don't cast away constness.

While we're at it, clean up white space, and cast a size_t to u_int,
rather than int, when passeing it to a routine that expects a u_int.
print-dhcp6.c