From owner-cvs-all Sat Aug 18 21:35:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4C7F37B40E; Sat, 18 Aug 2001 21:35:28 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7J4ZSM01728; Sat, 18 Aug 2001 21:35:28 -0700 (PDT) (envelope-from julian) Message-Id: <200108190435.f7J4ZSM01728@freefall.freebsd.org> From: Julian Elischer Date: Sat, 18 Aug 2001 21:35:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2001/08/18 21:35:28 PDT Modified files: sys/sys mbuf.h sys/kern uipc_mbuf.c Log: Constify m_copydata. this allows constants to be copied without giving errors. (removes a couple of warning messages in the kernel.) Note: uipc_mbuf.c is a forced commit as it was accidentally included in another commit. MFC after: 2 weeks Revision Changes Path 1.84 +2 -2 src/sys/sys/mbuf.h 1.88 +1 -1 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message