diff options
author | julian <julian@FreeBSD.org> | 2001-02-01 21:25:06 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2001-02-01 21:25:06 +0000 |
commit | 036e49d456752dd126a1c2573dbaa42e0479fbba (patch) | |
tree | 4f66dc11451cb6da09b49d0cad98ef03d0f3bb03 /sys/netgraph | |
parent | 60dc905d0accdd8286955522ac1d44b24cb6d4ac (diff) | |
download | FreeBSD-src-036e49d456752dd126a1c2573dbaa42e0479fbba.zip FreeBSD-src-036e49d456752dd126a1c2573dbaa42e0479fbba.tar.gz |
Change the kernel internal ABI number as the HOOK structure has changed.
Forgotten by: me
Diffstat (limited to 'sys/netgraph')
-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 c3c93eb..548c7be 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 */ /*----------------------------------------------*/ |