Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 1999 14:56:23 +0700 (NOVST)
From:      nnd@mail.nsk.ru
To:        <cvs-all@FreeBSD.ORG>
Subject:   Re: cvs commit: src/sys/miscfs/umapfs umap.h umap_subr.c umap_vfsops.c
Message-ID:  <199908300756.OAA46659@wint.itfs.nsk.su>
In-Reply-To: <199908290954.CAA36514@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In <199908290954.CAA36514@freefall.freebsd.org> Bruce Evans <bde@freebsd.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908300756.OAA46659>