Date: Mon, 12 Feb 1996 00:20:58 -0800 (PST) From: "Justin T. Gibbs" <gibbs> To: CVS-committers, cvs-share, cvs-sys Subject: cvs commit: src/sys/sys queue.h src/share/man/man3 queue.3 Message-ID: <199602120820.AAA07678@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 96/02/12 00:20:57 Modified: sys/sys queue.h share/man/man3 queue.3 Log: 4.4Lite2 implemented the LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE exactly as I did (should have checked there first I guess) except my macro for TAILQ_INSERT_BEFORE took an unneeded arg. We now match 4.4Lite2. Suggested by: Jeffrey Hsu <hsu@FreeBSD.org> Revision Changes Path 1.6 +2 -2 src/sys/sys/queue.h 1.3 +2 -2 src/share/man/man3/queue.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602120820.AAA07678>