From owner-cvs-all Fri Oct 13 7: 4:30 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 7BD2537B66D; Fri, 13 Oct 2000 07:04:27 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA51471; Fri, 13 Oct 2000 07:04:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200010131404.HAA51471@freefall.freebsd.org> From: Bruce Evans Date: Fri, 13 Oct 2000 07:04:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/10/13 07:04:27 PDT Modified files: sys/sys mount.h Log: Fixed namespace pollution in rev.1.78. Don't export to userland from here; just forward declare struct stat. fhstat.2 (== fhopen.2 == fhstatfs.2) has always specified including before using any of the fh functions although this is only necessary for dereferencing the "struct stat *" arg of fhstat(), so applications should not notice this change. Fixed unsorting of user prototypes in rev.1.78. Revision Changes Path 1.98 +6 -11 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message