diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2004-11-19 22:35:53 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2004-11-19 22:35:53 +0000 |
| commit | 654ec778779e8727d7f451fd7d4b7a691b4fd14c (patch) | |
| tree | dc7eef5d2693bd53822f1364578824f89264fbc2 /sys/netgraph | |
| parent | 5336906fe3c23a279436dce703b502ed7493b0fd (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_one2many.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netgraph/ng_one2many.c b/sys/netgraph/ng_one2many.c index 83f39d657f4d5..df2dbdcf08356 100644 --- a/sys/netgraph/ng_one2many.c +++ b/sys/netgraph/ng_one2many.c @@ -88,9 +88,6 @@ static ng_disconnect_t ng_one2many_disconnect; /* Other functions */ static void ng_one2many_update_many(priv_p priv); -/* Store each hook's link number in the private field */ -#define LINK_NUM(hook) (*(int16_t *)(&(hook)->private)) - /****************************************************************** NETGRAPH PARSE TYPES ******************************************************************/ |
