From owner-cvs-all Sat Dec 2 17:35:49 2000 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 F2E2137B400; Sat, 2 Dec 2000 17:35:46 -0800 (PST) Received: (from dg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB31ZkY37772; Sat, 2 Dec 2000 17:35:46 -0800 (PST) (envelope-from dg) Message-Id: <200012030135.eB31ZkY37772@freefall.freebsd.org> From: David Greenman Date: Sat, 2 Dec 2000 17:35:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dg 2000/12/02 17:35:46 PST Modified files: sys/kern uipc_syscalls.c Log: Changed second argument in a call to sf_buf_free() to be NULL instead of PAGE_SIZE to match the prototype better. The argument is ignored, so this is just to silence the compile-time warning. Pointed out by: jhb Revision Changes Path 1.79 +2 -2 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message