Bump the netgraph header version to 6 for the change of the name

length definitions.

Reminded by: jdp
This commit is contained in:
Hartmut Brandt 2003-11-12 17:03:40 +00:00
parent 284739a942
commit 67371b0f5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122566

View File

@ -98,7 +98,7 @@ struct ng_mesg {
* Interfaces within the kernel are defined by a different
* value (see NG_ABI_VERSION in netgraph.g)
*/
#define NG_VERSION 5
#define NG_VERSION 6
/* Flags field flags */
#define NGF_ORIG 0x00000000 /* the msg is the original request */