Silence unused variable warning in the !KLD_MODULE case.
Submitted by: archie
This commit is contained in:
parent
6357713426
commit
336de67dc7
@ -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 New Issue
Block a user