diff options
Diffstat (limited to 'sys/netinet/ip_fw.c')
| -rw-r--r-- | sys/netinet/ip_fw.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 7352e3573b38..556710ee95ae 100644 --- a/sys/netinet/ip_fw.c +++ b/sys/netinet/ip_fw.c @@ -12,7 +12,7 @@ * * This software is provided ``AS IS'' without any warranties of any kind. * - * $Id$ + * $Id: ip_fw.c,v 1.55 1997/02/22 09:41:32 peter Exp $ */ /* @@ -823,6 +823,7 @@ ipfw_unload(struct lkm_table *lkmtp, int cmd) int ipfw_mod(struct lkm_table *lkmtp, int cmd, int ver) { - DISPATCH(lkmtp, cmd, ver, ipfw_load, ipfw_unload, lkm_nullcmd); + MOD_DISPATCH(ipfw, lkmtp, cmd, ver, + ipfw_load, ipfw_unload, lkm_nullcmd); } #endif |
