diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2001-02-01 21:25:06 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2001-02-01 21:25:06 +0000 |
| commit | f7109125e1ea5313828a4d7e83341cb27d729017 (patch) | |
| tree | eb829a2ec9063b3b788e0140f807d48581b902b3 | |
| parent | e03bb411eebf21a751f96945cd6f4df299b0440a (diff) | |
Notes
| -rw-r--r-- | sys/netgraph/netgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h index c3c93eb0177e..548c7becc08f 100644 --- a/sys/netgraph/netgraph.h +++ b/sys/netgraph/netgraph.h @@ -61,7 +61,7 @@ * Change it for NETGRAPH_DEBUG version so we cannot mix debug and non debug * modules. */ -#define _NG_ABI_VERSION 5 +#define _NG_ABI_VERSION 6 #ifdef NETGRAPH_DEBUG /*----------------------------------------------*/ #define NG_ABI_VERSION (_NG_ABI_VERSION + 0x10000) #else /* NETGRAPH_DEBUG */ /*----------------------------------------------*/ |
