diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-10-06 02:20:25 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-10-06 02:20:25 -0700 |
commit | 7345e3760d973833634cf2aa3b7e0fd0addd711d (patch) | |
tree | 915bfc02729dd4ba38abd3ea4d0086410bc93f08 /strtoaddr.c | |
parent | f7bc713c69ef654f1dbb290f44ca33a7766f6dd9 (diff) | |
download | tcpdump-7345e3760d973833634cf2aa3b7e0fd0addd711d.tar.gz |
Get rid of last uses of/mentions of u_intN_t.
It's now all C99-style uintN_t.
Diffstat (limited to 'strtoaddr.c')
-rw-r--r-- | strtoaddr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strtoaddr.c b/strtoaddr.c index f325401c..81a041f2 100644 --- a/strtoaddr.c +++ b/strtoaddr.c @@ -34,7 +34,7 @@ #endif #ifndef NS_INT16SZ -#define NS_INT16SZ 2 /* #/bytes of data in a u_int16_t */ +#define NS_INT16SZ 2 /* #/bytes of data in a uint16_t */ #endif /*% |