cvs commit: src/lib/libc/stdlib malloc.c

Jason Evans jasone at FreeBSD.org
Thu Jan 19 19:11:12 PST 2006


jasone      2006-01-20 03:11:11 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Use uintptr_t rather than size_t when casting pointers to integers.  Also,
  fix the few remaining casting style(9) errors that remained after the
  functional change.
  
  Reported by:    jmallett
  
  Revision  Changes    Path
  1.101     +45 -44    src/lib/libc/stdlib/malloc.c


More information about the cvs-src mailing list