[PATCH 1/3] Remove now-misleading comment
Alan Coopersmith
alan.coopersmith at oracle.com
Sun Oct 24 14:37:02 PDT 2010
Mikhail Gusarov wrote:
> Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
> ---
> os/log.c | 4 ----
> 1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/os/log.c b/os/log.c
> index ee4b45f..3435da6 100644
> --- a/os/log.c
> +++ b/os/log.c
> @@ -302,10 +302,6 @@ LogVWrite(int verb, const char *f, va_list args)
> #endif
> }
> } else if (needBuffer) {
> - /*
> - * Note, this code is used before OsInit() has been called, so
> - * malloc() and friends can't be used.
> - */
> if (len > bufferUnused) {
> bufferSize += 1024;
> bufferUnused += 1024;
Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Platform Engineering: X Window System
More information about the xorg-devel
mailing list