]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
netgraph: macfilter: small fixes
authorKyle Evans <kevans@FreeBSD.org>
Wed, 9 Dec 2020 15:28:56 +0000 (15:28 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Wed, 9 Dec 2020 15:28:56 +0000 (15:28 +0000)
commit02354beae716f64462d8ee5d09bae245ff53cfe1
treea5a81d818596edb61d2b2c5195aa3d07404edff6
parent3309fa7403f691da45592bf9147d0f9892e01644
netgraph: macfilter: small fixes

Two issues:
- The DEBUG macro defined is in direct conflict with the DEBUG kernel
  option, which broke the -LINT build[0]
- Building with NG_MACFILTER_DEBUG did not compile on LP64 systems due to
  using %d for sizeof().

Reported by: Jenkins[0]
sys/netgraph/ng_macfilter.c