diff options
| author | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2014-10-09 16:12:01 +0000 |
|---|---|---|
| committer | Alexander V. Chernikov <melifaro@FreeBSD.org> | 2014-10-09 16:12:01 +0000 |
| commit | f9ab623bf2f8ca32a3ae53a54cef2d1331fb6396 (patch) | |
| tree | d281ae8dcceed5aa510564007d26a9f47d9f5b25 /sys/netgraph | |
| parent | 779b53d008a7c7022a7514d753a2e9b528f31445 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_ipfw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ipfw.c b/sys/netgraph/ng_ipfw.c index 7863a67576594..092a0416b07e0 100644 --- a/sys/netgraph/ng_ipfw.c +++ b/sys/netgraph/ng_ipfw.c @@ -90,7 +90,7 @@ static struct ng_type ng_ipfw_typestruct = { .disconnect = ng_ipfw_disconnect, }; NETGRAPH_INIT(ipfw, &ng_ipfw_typestruct); -MODULE_DEPEND(ng_ipfw, ipfw, 2, 2, 2); +MODULE_DEPEND(ng_ipfw, ipfw, 3, 3, 3); /* Information we store for each hook */ struct ng_ipfw_hook_priv { |
