From owner-cvs-all Sun Aug 29 2:38:29 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 81F2E14D27; Sun, 29 Aug 1999 02:38:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA35939; Sun, 29 Aug 1999 02:38:26 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199908290938.CAA35939@freefall.freebsd.org> From: Bruce Evans Date: Sun, 29 Aug 1999 02:38:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/kernfs kernfs_vfsops.c kernfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/08/29 02:38:26 PDT Modified files: sys/miscfs/kernfs kernfs_vfsops.c kernfs_vnops.c Log: Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printf format errors exposed by this. It has nothing to do with diagnostics since it does little more than control tracing of normal operation. Revision Changes Path 1.32 +14 -14 src/sys/miscfs/kernfs/kernfs_vfsops.c 1.41 +19 -18 src/sys/miscfs/kernfs/kernfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message