From owner-cvs-all Sat Feb 10 21: 2:25 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 BAD9937B401; Sat, 10 Feb 2001 21:02:07 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1B527330708; Sat, 10 Feb 2001 21:02:07 -0800 (PST) (envelope-from bmilekic) Message-Id: <200102110502.f1B527330708@freefall.freebsd.org> From: Bosko Milekic Date: Sat, 10 Feb 2001 21:02:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c uipc_mbuf2.c src/sys/sys mbuf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2001/02/10 21:02:07 PST Modified files: sys/kern uipc_mbuf.c uipc_mbuf2.c sys/sys mbuf.h Log: Long awaited style fixup in mbuf code. Get rid of K&R style prototyping and function argument declarations. Make sure that functions that are supposed to return a pointer return NULL in case of failure. Don't cast NULL. Finally, get rid of annoying `register' uses. Revision Changes Path 1.66 +89 -131 src/sys/kern/uipc_mbuf.c 1.6 +5 -14 src/sys/kern/uipc_mbuf2.c 1.69 +46 -46 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message