Silence unused variable warning in the !KLD_MODULE case.

Submitted by:	archie
This commit is contained in:
Dima Dorfman 2002-02-10 22:22:05 +00:00
parent 71717f5def
commit 364efeccb0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90493

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: