]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
authormckusick <mckusick@FreeBSD.org>
Wed, 15 Nov 2000 19:40:34 +0000 (19:40 +0000)
committermckusick <mckusick@FreeBSD.org>
Wed, 15 Nov 2000 19:40:34 +0000 (19:40 +0000)
commit3303fdc1ee03c22b41f5f1a946b6b737b4e2f8e4
tree21abf2f13142a2120733283ee17b7b0255ba4c11
parentc9b0e681f41884e8cd994e9df60baae5d13e95c8
In preparation for deprecating CIRCLEQ macros in favor of TAILQ
macros which provide the same functionality and are a bit more
efficient, convert use of CIRCLEQ's in netgraph PPP code to TAILQ's.

Reviewed by: Archie Cobbs <archie@dellroad.org>
sys/netgraph/ng_ppp.c