summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_base.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-07-21 20:34:40 +0000
committerglebius <glebius@FreeBSD.org>2005-07-21 20:34:40 +0000
commit569f59e15ae0d265e7b0c4b9d74b7491a788ba17 (patch)
tree84a6861f4cdea98d9ddcd9e623f31464527936f9 /sys/netgraph/ng_base.c
parent371afb1eecb79c1625d8b1be000396042d0c5175 (diff)
downloadFreeBSD-src-569f59e15ae0d265e7b0c4b9d74b7491a788ba17.zip
FreeBSD-src-569f59e15ae0d265e7b0c4b9d74b7491a788ba17.tar.gz
Catch up with netgraph.h rev. 1.57 and fix build.
Diffstat (limited to 'sys/netgraph/ng_base.c')
-rw-r--r--sys/netgraph/ng_base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c
index aa73479..66c2116 100644
--- a/sys/netgraph/ng_base.c
+++ b/sys/netgraph/ng_base.c
@@ -136,6 +136,7 @@ struct ng_hook ng_deadhook = {
NULL, /* private */
HK_INVALID | HK_DEAD,
1, /* refs always >= 1 */
+ 0, /* undefined data link type */
&ng_deadhook, /* Peer is self */
&ng_deadnode, /* attached to deadnode */
{}, /* hooks list */
OpenPOWER on IntegriCloud