commit 23b06d8ace9fc2e9bcfa5d1ce11247505bd4dfde
Author: Sascha Wildner <[email protected]>
Date: Wed Oct 7 18:10:36 2015 +0200
kernel/ipfw3: Some build fixes.
* ipfw_ctx is now used by another file in the module, so un-staticize
it.
* Add the new file to sys/conf/files so that building ipfw3 into the
kernel with "options IPFIREWALL3" doesn't break.
Summary of changes:
sys/conf/files | 1 +
sys/net/ipfw3/ip_fw3.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/23b06d8ace9fc2e9bcfa5d1ce11247505bd4dfde
--
DragonFly BSD source repository