看板 DFBSD_commit 關於我們 聯絡資訊
commit 5d425d1e54f43f2f1473d6fb2aa67ef67fd5275c Author: Peter Avalos <pavalos@dragonflybsd.org> Date: Wed Mar 2 22:09:06 2011 -1000 <sys/queue.h>: Sync with FreeBSD -Add _SWAP macros. -Avoid corrupting the list or queue if _REMOVE is invoked with a reference to the head and QUEUE_MACRO_DEBUG is defined. -Rename _REMOVE_NEXT to _REMOVE_AFTER since the name matches the _INSERT macros. Obtained-from: FreeBSD Summary of changes: sys/sys/queue.h | 81 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 68 insertions(+), 13 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5d425d1e54f43f2f1473d6fb2aa67ef67fd5275c -- DragonFly BSD source repository