Fix the 'type' for a few variables from tcpcb.
Details
- Reviewers
markj gnn - Group Reviewers
manpages - Commits
- rS298087: Fix the 'type' for a few variables from tcpcb.
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
This looks ok to me. (The man page probably should have a .Dd update.)
The point of the translator is to provide compatibility with other operating systems that implement this provider (Solaris, OS X), but D scripts generally won't care about integer widths, so I don't think this minor deviation is a problem. That said, are you doing this because one of the fields is actually getting truncated? Or did you just notice a mismatch?
Thanks, updated the date for commit.
The point of the translator is to provide compatibility with other operating systems that implement this provider (Solaris, OS X), but D scripts generally won't care about integer widths, so I don't think this minor deviation is a problem. That said, are you doing this because one of the fields is actually getting truncated? Or did you just notice a mismatch?
I am seeing some weirdness with cwnd under/over-flowing in our code and while trying to use dtrace I noticed the type mismatch.