summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-07-21 12:32:52 +0000
committerglebius <glebius@FreeBSD.org>2005-07-21 12:32:52 +0000
commita8aa160b58c556a7705c79ba657a8a815a7932aa (patch)
tree6bec60ed62a0fc53b2c3bed0400903a9bf77e0ef /sys/netgraph/netgraph.h
parente2b48d0c4d9245ec309c698a9d84f10e00fa1072 (diff)
downloadFreeBSD-src-a8aa160b58c556a7705c79ba657a8a815a7932aa.zip
FreeBSD-src-a8aa160b58c556a7705c79ba657a8a815a7932aa.tar.gz
Bump NG_ABI_VERSION. A number of ABI breakeges had been done since
RELENG_5 fork.
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 062fb0b..ae8618d 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -66,7 +66,7 @@
* Change it for NETGRAPH_DEBUG version so we cannot mix debug and non debug
* modules.
*/
-#define _NG_ABI_VERSION 10
+#define _NG_ABI_VERSION 11
#ifdef NETGRAPH_DEBUG /*----------------------------------------------*/
#define NG_ABI_VERSION (_NG_ABI_VERSION + 0x10000)
#else /* NETGRAPH_DEBUG */ /*----------------------------------------------*/
OpenPOWER on IntegriCloud