]> The Tcpdump Group git mirrors - tcpdump/commit
BOOTP: Move macro define/undef outsite functions
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 4 Jan 2018 16:09:41 +0000 (17:09 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 4 Jan 2018 16:20:19 +0000 (17:20 +0100)
commitf5eb55fa6d7ca68e1e9a2e110436cde7e4bcf271
tree1a75ccbd0f9aa2ae9d665d5a92056b5d6bda79b4
parentff1c209392b2226b1f434b0fb2e54f82cfa1caee
BOOTP: Move macro define/undef outsite functions

This avoid some Coccinelle warnings:
CPP-DEFINE: inside function, I treat it as comment
CPP-UNDEF: inside function, I treat it as comment

This also makes the code a bit clearer.
print-bootp.c