diff options
author | Tero Kivinen <kivinen@iki.fi> | 2017-03-29 01:26:27 +0300 |
---|---|---|
committer | Tero Kivinen <kivinen@iki.fi> | 2017-03-29 01:26:27 +0300 |
commit | 2aaf9bf55cf324a899aae90b1565c0fa2578f8e4 (patch) | |
tree | 89cbc6833b3c472bb0a921cf85f16cc14816db86 /print-802_15_4.c | |
parent | 5a8eef488300874fdf2bd52eff4e84814f430bdf (diff) | |
download | tcpdump-2aaf9bf55cf324a899aae90b1565c0fa2578f8e4.tar.gz |
Changed to use _U_.
Diffstat (limited to 'print-802_15_4.c')
-rw-r--r-- | print-802_15_4.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print-802_15_4.c b/print-802_15_4.c index abb8b2e9..3a3c5991 100644 --- a/print-802_15_4.c +++ b/print-802_15_4.c @@ -2282,10 +2282,10 @@ ieee802_15_4_mp_frame(netdissect_options *ndo, * Returns FALSE in case of error. */ static u_int -ieee802_15_4_frag_frame(netdissect_options *ndo __attribute__ ((unused)), - const u_char *p __attribute__ ((unused)), - u_int caplen __attribute__ ((unused)), - uint16_t fc __attribute__ ((unused))) +ieee802_15_4_frag_frame(netdissect_options *ndo _U_, + const u_char *p _U_, + u_int caplen _U_, + uint16_t fc _U_) { /* Not implement yet, might be bit hard to implement, as the * information to set up the fragment is coming in the previous frame |