K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-12-09T15:28:56.201377Z K 7 svn:log V 281 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] END