mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Silence unused variable warning in the !KLD_MODULE case.
Submitted by: archie
This commit is contained in:
parent
71717f5def
commit
364efeccb0
1 changed files with 2 additions and 0 deletions
|
|
@ -2147,7 +2147,9 @@ ipfw_modevent(module_t mod, int type, void *unused)
|
|||
{
|
||||
int s;
|
||||
int err = 0 ;
|
||||
#if defined(KLD_MODULE)
|
||||
struct ip_fw *fcp;
|
||||
#endif
|
||||
|
||||
switch (type) {
|
||||
case MOD_LOAD:
|
||||
|
|
|
|||
Loading…
Reference in a new issue