|
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 (ray
cvs.openbsd.org)
Date: Tue Mar 28 2006 - 01:17:17 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: ray
cvs.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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]