Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2004 16:52:14 -0800 (PST)
From:      Peter Grehan <grehan@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libstand zalloc_malloc.c
Message-ID:  <200402250052.i1P0qEcf019314@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
grehan      2004/02/24 16:52:14 PST

  FreeBSD src repository

  Modified files:
    lib/libstand         zalloc_malloc.c 
  Log:
  Use signed char cast to avoid out-of-range error on PowerPC (which has
  unsigned char by default). This is a no-op on all other current arches.
  
  Tested by: md5 sum before/after same on i386
  
  Revision  Changes    Path
  1.9       +5 -4      src/lib/libstand/zalloc_malloc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402250052.i1P0qEcf019314>