Date: Sun, 23 Apr 2006 15:23:31 +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/netnatm natm_pcb.c Message-ID: <200604231523.k3NFNVlO074396@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604231523.k3NFNVlO074396>
