Subject: Re: CVS commit: basesrc/lib/libc/stdlib
To: None <itojun@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: source-changes
Date: 09/04/2002 13:14:35
> 
> Module Name:	basesrc
> Committed By:	itojun
> Date:		Wed Jul 31 09:26:50 UTC 2002
> 
> Modified Files:
> 	basesrc/lib/libc/stdlib: calloc.c
> 
> Log Message:
> allow calloc(0, x) and calloc(x, 0).  sync w/openbsd
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/stdlib/calloc.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
done