Date: Wed, 5 Jun 2002 16:32:56 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ether.c Message-ID: <200206052332.g55NWue88240@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
archie 2002/06/05 16:32:56 PDT Modified files: sys/netgraph ng_ether.c Log: Fix bug where an mbuf was being written to without checking M_WRITABLE(). Eliminate some of the unnecessary complexity of ng_ether_glueback_header(). Simplify two functions a bit by doing the NG_FREE_META(meta) earlier. Reviewed by: julian, brian MFC after: 1 week Revision Changes Path 1.24 +24 -57 src/sys/netgraph/ng_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206052332.g55NWue88240>