CVS update: samba/source
Thu Jul 16 06:15:26 EST 1998
Date: Thursday July 16, 1998 @ 6:15
Author: crh
Update of /data/cvs/samba/source
In directory samba:/tmp/cvs-serv9553
Modified Files:
proto.h util.c
Log Message:
util.c: I've added a function called mem_dup(). Similar to strdup(),
mem_dup() allocates the required memory before copying the
source data. It returns NULL if memory could not be allcoated,
else a pointer to the newly allocated memory.
proto.h: Rebuilt to add the prototype for mem_dup().
More information about the samba-cvs
mailing list