OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Ray Lai (raycvs.openbsd.org)
Date: Tue Mar 28 2006 - 01:17:17 CST


CVSROOT: /cvs
Module name: src
Changes by: raycvs.openbsd.org 2006/03/28 00:17:17

Modified files:
        usr.bin/cvs : diff.c req.c util.c

Log message:
xmalloc(num * size) -> xcalloc(num, size)
asprintf -> xasprintf
Remove asprintf check, which was non-portable anyway.

``okidoki'' xsa