From owner-cvs-all Fri Jun 28 5:36:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C3B37B401; Fri, 28 Jun 2002 05:36:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8755743E0F; Fri, 28 Jun 2002 05:36:55 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5SCatJU026337; Fri, 28 Jun 2002 05:36:55 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5SCatY6026336; Fri, 28 Jun 2002 05:36:55 -0700 (PDT) Message-Id: <200206281236.g5SCatY6026336@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 28 Jun 2002 05:36:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_var.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/28 05:36:54 PDT Modified files: (Branch: RELENG_4) sys/net if_var.h Log: Add IF_HANDOFF() and _IF_QFULL() macros to ease merging code from -CURRENT (and also make the code a lot more readable). While we are on this file, remove some unused interfaces and __P() Revision Changes Path 1.18.2.15 +95 -93 src/sys/net/if_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message