From owner-cvs-all Sun Apr 30 11:42:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D288237B8A6; Sun, 30 Apr 2000 11:42:45 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA33714; Sun, 30 Apr 2000 11:42:45 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200004301842.LAA33714@freefall.freebsd.org> From: Brian Feldman Date: Sun, 30 Apr 2000 11:42:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/04/30 11:42:45 PDT Modified files: sys/sys mbuf.h Log: For the M_PREPEND macro, remove an initial mbuf NULL check I added. It was added accidentally, and although not terrible, it would improperly hide the bug of calling M_PREPEND with a NULL mbuf argument. Submitted by: jlemon (ISTR) Revision Changes Path 1.48 +1 -6 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message