From e58d779daa2f8897315329659c2c3a0abad041c3 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Thu, 21 Jul 2005 20:34:40 +0000 Subject: [PATCH] Catch up with netgraph.h rev. 1.57 and fix build. --- sys/netgraph/ng_base.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c index aa73479a3750..66c2116e3e45 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 */