From owner-freebsd-commit Tue Nov 21 05:35:46 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA20717 for freebsd-commit-outgoing; Tue, 21 Nov 1995 05:35:46 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA20705 for cvs-all-outgoing; Tue, 21 Nov 1995 05:35:43 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA20693 for cvs-sys-outgoing; Tue, 21 Nov 1995 05:35:41 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id FAA20680 ; Tue, 21 Nov 1995 05:35:31 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA30753; Wed, 22 Nov 1995 00:25:51 +1100 Date: Wed, 22 Nov 1995 00:25:51 +1100 From: Bruce Evans Message-Id: <199511211325.AAA30753@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/vm vm_pageout.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk >bde 95/11/21 04:55:27 > Modified: sys/i386/eisa eisaconf.h > sys/i386/include apm_bios.h md_var.h > ... > sys/vm vm_pageout.h > Log: > Completed function declarations and/or added prototypes. This more or less finishes fully prototyping all the headers except for ddb and i386/linux. Expect it to cause a few (< 100 :-) warnings for some time. I haven't figured out what to do about warnings for protosw function pointers. There are few enough of them for non-bogus fixes to be practical. Bruce