Skip site navigation (1)Skip section navigation (2)
Date:      13 Dec 2000 11:18:34 -0600
From:      Michael Harnois <mdharnois@home.com>
To:        Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
Cc:        assar@FreeBSD.org, tanimura@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/vm default_pager.c swap_pager.c swap_pager.h vm_kern.c vm_map.c vm_object.c vm_pageout.c vm_swap.c vm_zone.c
Message-ID:  <86lmtki6j9.fsf@mharnois.workgroup.net>
In-Reply-To: <863dfs9rhu.wl@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp>
References:  <200012131001.eBDA11k33907@freefall.freebsd.org> <86r93cp9jw.fsf@mharnois.workgroup.net> <5lhf485kho.fsf@assaris.sics.se> <863dfs9rhu.wl@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
This is basically what I did to get it to work for me, yes.

On Thu, 14 Dec 2000 02:10:37 +0900, Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> said:

    > On 13 Dec 2000 17:55:31 +0100, assar@FreeBSD.org said:

    assar> [1 <text/plain (7bit)>] Michael Harnois
    assar> <mdharnois@home.com> writes:
    >>> ===> vn cc -O -pipe -march=i686 -D_KERNEL -Wall
    >>> -Wredundant-decls -Wnested-externs -Wstrict-prototypes
    >>> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
    >>> -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@
    >>> -I@/dev -I@/../include -mpreferred-stack-boundary=2 -c
    >>> /usr/src/sys/modules/vn/../../dev/vn/vn.c In file included
    >>> from /usr/src/sys/modules/vn/../../dev/vn/vn.c:85:
    >>> @/vm/swap_pager.h:87: syntax error before `swap_zone'
    >>> @/vm/swap_pager.h:87: warning: type defaults to `int' in
    >>> declaration of `swap_zone' @/vm/swap_pager.h:87: warning: data
    >>> definition has no type or storage class

    assar> Try the appended patch.

    assar> /assar

    assar> [2 c <text/plain (7bit)>] Index: vn.c
    assar> ===================================================================
    assar> RCS file: /home/ncvs/src/sys/dev/vn/vn.c,v retrieving
    assar> revision 1.120 diff -u -w -u -w -r1.120 vn.c --- vn.c
    assar> 2000/12/08 21:50:00 1.120 +++ vn.c 2000/12/13 16:55:06 @@
    assar> -82,6 +82,7 @@ #include <vm/vm_object.h> #include
    assar> <vm/vm_page.h> #include <vm/vm_pager.h> +#include
    assar> <vm/vm_zone.h> #include <vm/swap_pager.h>
 
    assar> static d_ioctl_t vnioctl;

    > I am now checking if vn(4) builds.

    > -- Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
    > <tanimura@FreeBSD.org>


-- 
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA 
mdharnois@home.com                      aa0bt@aa0bt.ampr.org 
 Hell is full of good meanings and wishings. 
     -- George Herbert


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?86lmtki6j9.fsf>