cvs commit: src/sys/kern kern_malloc.c src/sys/vm uma_core.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Thu Oct 20 14:28:32 PDT 2005
    
    
  
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
    
    
More information about the cvs-all
mailing list