diff options
author | jlemon <jlemon@FreeBSD.org> | 2001-12-14 19:32:00 +0000 |
---|---|---|
committer | jlemon <jlemon@FreeBSD.org> | 2001-12-14 19:32:00 +0000 |
commit | 2fde22e29306c16e9a8640186563a8e3c3371081 (patch) | |
tree | 8a992905cc3b430e2a6a8b11591fddfd84c0149a | |
parent | c79850afab20d11cb16e3d20be76ed53fd8fa734 (diff) | |
download | FreeBSD-src-2fde22e29306c16e9a8640186563a8e3c3371081.zip FreeBSD-src-2fde22e29306c16e9a8640186563a8e3c3371081.tar.gz |
minor whitespace fixes.
-rw-r--r-- | sys/netinet/ip_fw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 9cfc7c2..3405a48 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -635,7 +635,7 @@ ipfw_report(struct ip_fw *f, struct ip *ip, int offset, int ip_len, } if (ip->ip_off & (IP_MF | IP_OFFMASK)) - snprintf(SNPARGS(fragment, 0), " (frag %d:%d@%d%s)", + snprintf(SNPARGS(fragment, 0), " (frag %d:%d@%d%s)", ntohs(ip->ip_id), ip_len - (ip->ip_hl << 2), offset << 3, (ip->ip_off & IP_MF) ? "+" : ""); |