cvs commit: src/sys/netnatm natm_pcb.c

Robert Watson rwatson at FreeBSD.org
Sun Apr 23 15:23:37 UTC 2006


rwatson     2006-04-23 15:23:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netnatm          natm_pcb.c 
  Log:
  Update natm PCB debugging code:
  
  - Depend on opt_ddb.h, since npcb_dump() is ifdef'd DDB.
  - Include ddb/ddb.h so we can call db_printf() and use DB_SHOW_COMMAND().
  - Don't test results of malloc() under DIAGNOSTIC, let the memory allocator
    take care of its own invariants.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.17      +12 -17    src/sys/netnatm/natm_pcb.c


More information about the cvs-src mailing list