Silence unused variable warning in the !KLD_MODULE case.

Submitted by:	archie
This commit is contained in:
dd 2002-02-10 22:22:05 +00:00
parent 6357713426
commit 336de67dc7

View File

@ -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: