Date: Thu, 16 May 2002 16:28:43 -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/atmarpd atmarp_config.c atmarp_scsp.c atmarp_subr.c atmarp_timer.c Message-ID: <200205162328.g4GNSio60776@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205162328.g4GNSio60776>
