Deleted Added
full compact
39c39
< * $FreeBSD: head/sys/netgraph/netgraph.h 69922 2000-12-12 18:52:14Z julian $
---
> * $FreeBSD: head/sys/netgraph/netgraph.h 70159 2000-12-18 20:03:32Z julian $
175c175
< u_int32_t version; /* must equal NG_VERSION */
---
> u_int32_t version; /* must equal NG_API_VERSION */
193a194,200
> /*
> * This defines the in-kernel binary interface version.
> * It is possible to change this but leave the external message
> * API the same. Each type also has it's own cookies for versioning as well.
> */
> #define NG_ABI_VERSION 5
>