cvs commit: src/lib/libstand stand.h zalloc_malloc.c

John Baldwin jhb at FreeBSD.org
Thu Jan 15 10:35:35 PST 2004


jhb         2004/01/15 10:35:32 PST

  FreeBSD src repository

  Modified files:
    lib/libstand         stand.h zalloc_malloc.c 
  Log:
  - Print out line number in a panic message using %d rather than %p.  Line
    numbers aren't pointers.
  - Add a __printflike() attribute to libstand's panic() prototype to catch
    such bogons in the future.
  
  Revision  Changes    Path
  1.39      +1 -1      src/lib/libstand/stand.h
  1.8       +1 -1      src/lib/libstand/zalloc_malloc.c


More information about the cvs-all mailing list