K 10 svn:author V 3 arr K 8 svn:date V 27 2002-05-16T23:28:40.000000Z K 7 svn:log V 229 - 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. END