Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2005 21:28:32 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_malloc.c src/sys/vm uma_core.c
Message-ID:  <200510202128.j9KLSWMQ034630@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-10-20 21:28:32 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_malloc.c 
    sys/vm               uma_core.c 
  Log:
  Change format string for u_int64_t to %ju from %llu, in order to use the
  correct format string on 64-bit systems.
  
  Pointed out by: pjd
  
  Revision  Changes    Path
  1.148     +1 -1      src/sys/kern/kern_malloc.c
  1.133     +1 -1      src/sys/vm/uma_core.c



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