From owner-cvs-sys Sun Mar 10 18:14:21 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA10121 for cvs-sys-outgoing; Sun, 10 Mar 1996 18:14:21 -0800 (PST) Received: (from hsu@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA10106 Sun, 10 Mar 1996 18:14:17 -0800 (PST) Date: Sun, 10 Mar 1996 18:14:17 -0800 (PST) From: Jeffrey Hsu Message-Id: <199603110214.SAA10106@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys mbuf.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hsu 96/03/10 18:14:17 Modified: sys/sys mbuf.h Log: Merge in Lite2: clean up casts for architectures where the size of addresses are bigger than the size of ints add function prototypes reorder some fields Did not add prototype for m_reclaim(). It's only used in kern/uipc_mbuf.c and is declared static there. Reviewed by: davidg & bde Revision Changes Path 1.14 +23 -24 src/sys/sys/mbuf.h