aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-04-29 13:36:07 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-04-29 13:36:07 +0000
commit99ff81767f76f2d0a50763150e507c3dc4be7243 (patch)
tree91f4958c68a9055a50eed12d94d7b9f8c624f3f7 /sys/netgraph/ng_base.c
parent6ff4e7af7e3564668a96b05831e789ff9f0a6150 (diff)
downloadsrc-99ff81767f76f2d0a50763150e507c3dc4be7243.tar.gz
src-99ff81767f76f2d0a50763150e507c3dc4be7243.zip
Minimal tweak to make the ng_XXX modules depend on netgraph so that they
see its symbols and link ok.
Notes
Notes: svn path=/head/; revision=59756
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index c5c6a0eb1768..310012f73709 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -63,6 +63,8 @@
#include <netgraph/netgraph.h>
#include <netgraph/ng_parse.h>
+MODULE_VERSION(netgraph, 1);
+
/* List of all nodes */
static LIST_HEAD(, ng_node) nodelist;