Date: Wed, 15 Nov 2000 11:40:35 -0800 (PST) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ppp.c Message-ID: <200011151940.LAA67000@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 2000/11/15 11:40:35 PST Modified files: sys/netgraph ng_ppp.c Log: 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> Revision Changes Path 1.27 +35 -36 src/sys/netgraph/ng_ppp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011151940.LAA67000>