Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2000 02:10:37 +0900
From:      Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
To:        assar@FreeBSD.org
Cc:        mdharnois@home.com, 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:  <863dfs9rhu.wl@silver.carrots.uucp.r.dl.itc.u-tokyo.ac.jp>
In-Reply-To: In your message of "13 Dec 2000 17:55:31 %2B0100" <5lhf485kho.fsf@assaris.sics.se>
References:  <200012131001.eBDA11k33907@freefall.freebsd.org> <86r93cp9jw.fsf@mharnois.workgroup.net> <5lhf485kho.fsf@assaris.sics.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On 13 Dec 2000 17:55:31 +0100,
  assar@FreeBSD.org said:

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


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?863dfs9rhu.wl>