From owner-cvs-all Mon Aug 30 0:58:22 1999 Delivered-To: cvs-all@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id 22E71157CD for ; Mon, 30 Aug 1999 00:58:12 -0700 (PDT) (envelope-from nnd@wint.itfs.nsk.su) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.9.3/8.9.3) id OAA46659; Mon, 30 Aug 1999 14:56:23 +0700 (NOVST) (envelope-from nnd) Date: Mon, 30 Aug 1999 14:56:23 +0700 (NOVST) Message-Id: <199908300756.OAA46659@wint.itfs.nsk.su> From: nnd@mail.nsk.ru To: Subject: Re: cvs commit: src/sys/miscfs/umapfs umap.h umap_subr.c umap_vfsops.c In-Reply-To: <199908290954.CAA36514@freefall.freebsd.org> User-Agent: tin/pre-1.4-19990805 ("Preacher Man") (UNIX) (FreeBSD/4.0-CURRENT (i386)) User-Agent: tin/pre-1.4-19990805 ("Preacher Man") (UNIX) (FreeBSD/4.0-CURRENT (i386)) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In <199908290954.CAA36514@freefall.freebsd.org> Bruce Evans wrote: > 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 After this patch I can't do 'make buildworld' which stops in "src/sys/modules/umapfs" with the diagnoctics (approx.): /arch/FreeBSD-current/src/sys/modules/umapfs/../../miscfs/umapfs/umapgs_subr.c: 41: opt_ddb.h: No such file or directory After deleting this line (number 41 in abovementioned file) : #include "opt_ddb.h" 'make all' successfully finished with "sys/modules" and (after some time) with the world itself. N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message