From owner-cvs-all Wed Dec 13 9: 4:32 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 13 09:04:28 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 00B9037B400; Wed, 13 Dec 2000 09:04:27 -0800 (PST) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id RAA74308; Wed, 13 Dec 2000 17:55:32 +0100 (CET) (envelope-from assar) Sender: assar@assaris.sics.se From: assar@FreeBSD.org To: Michael Harnois Cc: Seigo Tanimura , 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 References: <200012131001.eBDA11k33907@freefall.freebsd.org> <86r93cp9jw.fsf@mharnois.workgroup.net> Date: 13 Dec 2000 17:55:31 +0100 In-Reply-To: Michael Harnois's message of "13 Dec 2000 10:31:31 -0600" Message-ID: <5lhf485kho.fsf@assaris.sics.se> Lines: 14 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --=-=-= Michael Harnois 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 Try the appended patch. /assar --=-=-= Content-Disposition: attachment; filename=c Index: vn.c =================================================================== RCS file: /home/ncvs/src/sys/dev/vn/vn.c,v retrieving revision 1.120 diff -u -w -u -w -r1.120 vn.c --- vn.c 2000/12/08 21:50:00 1.120 +++ vn.c 2000/12/13 16:55:06 @@ -82,6 +82,7 @@ #include #include #include +#include #include static d_ioctl_t vnioctl; --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message