From owner-cvs-all Sun Jun 23 5: 5:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B34E37B401; Sun, 23 Jun 2002 05:05:27 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5NC5RI22308; Sun, 23 Jun 2002 05:05:27 -0700 (PDT) (envelope-from luigi) Message-Id: <200206231205.g5NC5RI22308@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 23 Jun 2002 05:05:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/06/23 05:05:27 PDT Modified files: (Branch: RELENG_4) sys/sys mbuf.h Log: MFC: add PACKET_TAG_* #defines to implement packet annotations. While at it, remove __P() macros and align some comments and indentation to the form used in -current to minimize differences (which are still large though). Apart from the PACKET_TAG_* #defines, for all practical purposes this commit is a whitespace change. Revision Changes Path 1.44.2.13 +133 -64 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message