Date: Wed, 9 Jul 2008 18:41: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/net raw_cb.c Message-ID: <200807091841.m69IfeHd021073@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-07-09 18:41:31 UTC FreeBSD src repository Modified files: sys/net raw_cb.c Log: SVN rev 180391 on 2008-07-09 18:41:31Z by rwatson Rather than checking for a NULL so_pcb in raw_attach(), assert that it's non-NULL, as all callers can and should already do the required checking. Update comments a bit more to talk about rawcb allocation for consumers. Reviewed by: bz MFC after: 3 weeks Revision Changes Path 1.39 +6 -5 src/sys/net/raw_cb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807091841.m69IfeHd021073>