Date: Thu, 16 May 2002 16:57:38 -0700 (PDT) From: "Andrew R. Reiter" <arr@FreeBSD.org> 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 Message-ID: <200205162357.g4GNvcM63318@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205162357.g4GNvcM63318>
