summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2004-08-20 01:24:23 +0000
committerjulian <julian@FreeBSD.org>2004-08-20 01:24:23 +0000
commitfe9f220a60f1f7aff5b43db98748277f5d22754d (patch)
treeb7b08a076f5d24c9ea38fd4c07fbe2d17a97c7f0 /sys/netgraph/netgraph.h
parent80ff6433dd3ac544095f7e6f88ccc76d77a25a50 (diff)
downloadFreeBSD-src-fe9f220a60f1f7aff5b43db98748277f5d22754d.zip
FreeBSD-src-fe9f220a60f1f7aff5b43db98748277f5d22754d.tar.gz
Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.
requires a recompile of netgraph users. Also change the size of a field in the bluetooth code that was waiting for the next change that needed recompiles so it could piggyback its way in. Submitted by: jdp, maksim MFC after: 2 days
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 b390a4c..8ef9aa6 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 */ /*----------------------------------------------*/
OpenPOWER on IntegriCloud