summaryrefslogtreecommitdiff
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2004-08-20 01:24:23 +0000
committerJulian Elischer <julian@FreeBSD.org>2004-08-20 01:24:23 +0000
commitf036d4081d9d044f98aa1db0907a5520b6de2e13 (patch)
treeb7b08a076f5d24c9ea38fd4c07fbe2d17a97c7f0 /sys/netgraph/netgraph.h
parentce63226177d28d58c516977967d9a002e62237cd (diff)
Notes
Diffstat (limited to 'sys/netgraph/netgraph.h')
-rw-r--r--sys/netgraph/netgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index b390a4c963d9..8ef9aa624997 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -62,7 +62,7 @@
* Change it for NETGRAPH_DEBUG version so we cannot mix debug and non debug
* modules.
*/
-#define _NG_ABI_VERSION 9
+#define _NG_ABI_VERSION 10
#ifdef NETGRAPH_DEBUG /*----------------------------------------------*/
#define NG_ABI_VERSION (_NG_ABI_VERSION + 0x10000)
#else /* NETGRAPH_DEBUG */ /*----------------------------------------------*/