From owner-cvs-all Tue May 7 18: 8:32 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 AB0B137B401; Tue, 7 May 2002 18:08:26 -0700 (PDT) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4818Qj90721; Tue, 7 May 2002 18:08:26 -0700 (PDT) (envelope-from kbyanc) Message-Id: <200205080108.g4818Qj90721@freefall.freebsd.org> From: Kelly Yancey Date: Tue, 7 May 2002 18:08:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net iso88025.h X-FreeBSD-CVS-Branch: HEAD 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 kbyanc 2002/05/07 18:08:26 PDT Modified files: sys/net iso88025.h Log: Roll my own min() (named ISO88025_MIN() so as to not cause conflicts) so that this header may be included from userland where min() may not be declared (or worse, declared differently). I open to alternative solutions. Revision Changes Path 1.7 +4 -2 src/sys/net/iso88025.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message