diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2004-08-20 01:24:23 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2004-08-20 01:24:23 +0000 |
| commit | f036d4081d9d044f98aa1db0907a5520b6de2e13 (patch) | |
| tree | b7b08a076f5d24c9ea38fd4c07fbe2d17a97c7f0 /sys/netgraph/netgraph.h | |
| parent | ce63226177d28d58c516977967d9a002e62237cd (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/netgraph.h')
| -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 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 */ /*----------------------------------------------*/ |
