From owner-cvs-all Thu May 16 16:28:47 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 223AF37B405; Thu, 16 May 2002 16:28:44 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNSio60776; Thu, 16 May 2002 16:28:44 -0700 (PDT) (envelope-from arr) Message-Id: <200205162328.g4GNSio60776@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Thu, 16 May 2002 16:28:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/atm/atmarpd atmarp_config.c atmarp_scsp.c atmarp_subr.c atmarp_timer.c 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 arr 2002/05/16 16:28:43 PDT Modified files: usr.sbin/atm/atmarpd atmarp_config.c atmarp_scsp.c atmarp_subr.c atmarp_timer.c Log: - Convert a bunch of macros to the actual function they're calling. These include: UM_ALLOC -> calloc, malloc UM_FREE -> free UM_COPY -> bcopy UM_ZERO -> bzero This is the first step towards removing these macros. Revision Changes Path 1.4 +3 -5 src/usr.sbin/atm/atmarpd/atmarp_config.c 1.4 +23 -36 src/usr.sbin/atm/atmarpd/atmarp_scsp.c 1.4 +20 -27 src/usr.sbin/atm/atmarpd/atmarp_subr.c 1.4 +10 -5 src/usr.sbin/atm/atmarpd/atmarp_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message