From owner-cvs-all Wed Jan 6 12:03:19 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00348 for cvs-all-outgoing; Wed, 6 Jan 1999 12:03:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00342; Wed, 6 Jan 1999 12:03:18 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) From: Nick Hibma Received: (from n_hibma@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA03884; Wed, 6 Jan 1999 12:03:12 -0800 (PST) Date: Wed, 6 Jan 1999 12:03:12 -0800 (PST) Message-Id: <199901062003.MAA03884@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys queue.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/01/06 12:03:12 PST Modified files: sys/sys queue.h Log: Copied STAILQ_HEAD_INITIALIZER and LIST_HEAD_INITIALIZER from NetBSD, and added STAILQ_REMOVE_HEAD_QUEUE to emulate NetBSD's SIMPLEQ_REMOVE_HEAD (that removes not only the first element but a queue of elements). Revision Changes Path 1.23 +14 -2 src/sys/sys/queue.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message