From owner-cvs-all Thu May 16 16:57:45 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 5447237B403; Thu, 16 May 2002 16:57:38 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNvcM63318; Thu, 16 May 2002 16:57:38 -0700 (PDT) (envelope-from arr) Message-Id: <200205162357.g4GNvcM63318@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Thu, 16 May 2002 16:57:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/atm/scspd scsp_cafsm.c scsp_config.c scsp_config_lex.c scsp_config_parse.y scsp_if.c scsp_input.c scsp_log.c scsp_msg.c scsp_msg.h scsp_output.c scsp_print.c scsp_socket.c scsp_subr.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:57:37 PDT Modified files: usr.sbin/atm/scspd scsp_cafsm.c scsp_config.c scsp_config_lex.c scsp_config_parse.y scsp_if.c scsp_input.c scsp_log.c scsp_msg.c scsp_msg.h scsp_output.c scsp_print.c scsp_socket.c scsp_subr.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 +12 -19 src/usr.sbin/atm/scspd/scsp_cafsm.c 1.4 +8 -11 src/usr.sbin/atm/scspd/scsp_config.c 1.4 +3 -3 src/usr.sbin/atm/scspd/scsp_config_lex.c 1.4 +7 -7 src/usr.sbin/atm/scspd/scsp_config_parse.y 1.4 +12 -20 src/usr.sbin/atm/scspd/scsp_if.c 1.4 +33 -49 src/usr.sbin/atm/scspd/scsp_input.c 1.4 +3 -4 src/usr.sbin/atm/scspd/scsp_log.c 1.4 +26 -48 src/usr.sbin/atm/scspd/scsp_msg.c 1.3 +3 -4 src/usr.sbin/atm/scspd/scsp_msg.h 1.4 +22 -26 src/usr.sbin/atm/scspd/scsp_output.c 1.4 +1 -1 src/usr.sbin/atm/scspd/scsp_print.c 1.4 +23 -30 src/usr.sbin/atm/scspd/scsp_socket.c 1.4 +34 -45 src/usr.sbin/atm/scspd/scsp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message