Date: Mon, 1 Jun 2009 10:50:17 +0000 (UTC) From: "Ralf S. Engelschall" <rse@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh alias.c memalloc.c memalloc.h mkinit.c Message-ID: <200906011050.n51Aoa8J056396@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rse 2009-06-01 10:50:17 UTC
FreeBSD src repository
Modified files:
bin/sh alias.c memalloc.c memalloc.h mkinit.c
Log:
SVN rev 193221 on 2009-06-01 10:50:17Z by rse
be more type correct and align local ckmalloc() with its underlying malloc(3) by using a "size_t" instead of an "int" argument
Revision Changes Path
1.25 +1 -1 src/bin/sh/alias.c
1.28 +1 -1 src/bin/sh/memalloc.c
1.11 +3 -1 src/bin/sh/memalloc.h
1.19 +2 -2 src/bin/sh/mkinit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906011050.n51Aoa8J056396>
