From owner-cvs-all Sun Aug 29 2:54:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 811E514D0E; Sun, 29 Aug 1999 02:54:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA36514; Sun, 29 Aug 1999 02:54:18 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199908290954.CAA36514@freefall.freebsd.org> From: Bruce Evans Date: Sun, 29 Aug 1999 02:54:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/umapfs umap.h umap_subr.c umap_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/08/29 02:54:17 PDT Modified files: sys/miscfs/umapfs umap.h umap_subr.c umap_vfsops.c Log: Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUG or DDB and fixed printf format errors exposed by this. The options had little to do with diagnostics; they mostly controlled tracing of normal operation. Revision Changes Path 1.11 +2 -2 src/sys/miscfs/umapfs/umap.h 1.18 +20 -16 src/sys/miscfs/umapfs/umap_subr.c 1.27 +24 -26 src/sys/miscfs/umapfs/umap_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message