From owner-cvs-all Thu Feb 15 4:41:54 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 BD88A37B401; Thu, 15 Feb 2001 04:41:45 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FCfj911947; Thu, 15 Feb 2001 04:41:45 -0800 (PST) (envelope-from bde) Message-Id: <200102151241.f1FCfj911947@freefall.freebsd.org> From: Bruce Evans Date: Thu, 15 Feb 2001 04:41:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 VFS_CHECKEXP.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2001/02/15 04:41:45 PST Modified files: share/man/man9 VFS_CHECKEXP.9 Log: Fixed rotted-as-committed pseudo-prototype for VFS_CHECKXP(). It had not caught up with the changes to avoid storing socket addresses in mbufs, although the VFS_CHECKEXP() code had to since it was committed 2 years after those changes. Fixed formatting in this prototype. Revision Changes Path 1.4 +2 -2 src/share/man/man9/VFS_CHECKEXP.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message