Date: Sat, 18 Aug 2001 21:35:28 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <200108190435.f7J4ZSM01728@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108190435.f7J4ZSM01728>