diff options
| author | Peter Dufault <dufault@FreeBSD.org> | 1997-04-06 11:14:13 +0000 |
|---|---|---|
| committer | Peter Dufault <dufault@FreeBSD.org> | 1997-04-06 11:14:13 +0000 |
| commit | 0ddf9be1f0723916ebd4feb7313d64dffab0c2bb (patch) | |
| tree | bb684ae0dbb1f70d89660314962f2e6de0c74843 /sys/netinet | |
| parent | 952d112864d8008aa87278a30a539d888a8493cd (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -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 |
