Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: basesrc/sbin/newfs
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.
>
>
>
Home |
Main Index |
Thread Index |
Old Index