summaryrefslogtreecommitdiffstats
path: root/contrib/diff/lib
diff options
context:
space:
mode:
authormdf <mdf@FreeBSD.org>2011-12-12 18:27:34 +0000
committermdf <mdf@FreeBSD.org>2011-12-12 18:27:34 +0000
commit98f9a875cd1c50e495aa69b59fd909c43ea5480a (patch)
treeebbb954d8fa30f6e72c4bb07b3847d93bd8723d7 /contrib/diff/lib
parentd81aa8478d59e3f8a566db86aa513e80514e81e6 (diff)
downloadFreeBSD-src-98f9a875cd1c50e495aa69b59fd909c43ea5480a.zip
FreeBSD-src-98f9a875cd1c50e495aa69b59fd909c43ea5480a.tar.gz
Consistently use types in e1000 driver code:
- Two struct members eee_disable are used in a function that expects an int *, so declare them int, not bool. - igb_tx_ctx_setup() returns a boolean value, so declare it bool, not int. - igb_header_split is passed to TUNABLE_INT, so delcare it int, not bool. - igb_tso_setup() returns a bool, so declare it bool, not boolean_t. - Do not re-define bool/true/false if the symbols already exist. MFC after: 2 weeks Sponsored by: Isilon Systems, LLC
Diffstat (limited to 'contrib/diff/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud