Subject: Re: CVS commit: basesrc/sbin/newfs
To: None <lukem@netbsd.org>
From: Anders Magnusson <ragge@ludd.luth.se>
List: source-changes
Date: 07/30/2001 12:10:29
Eh, what happens when libc routines calls malloc() et al? They will then
use the libc malloc that may conflict with the mkfs own usage of memory,
I assume. (I haven't looked at the code).

-- Ragge

> 
> Module Name:	basesrc
> Committed By:	lukem
> Date:		Mon Jul 30 07:13:59 UTC 2001
> 
> Modified Files:
> 	basesrc/sbin/newfs: mkfs.c
> 
> Log Message:
> rename and hide: malloc->Malloc, calloc->Calloc, free->Free. (remove realloc)
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.47 -r1.48 basesrc/sbin/newfs/mkfs.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
> 
>