From owner-freebsd-commit Tue Nov 14 20:02:58 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA07525 for freebsd-commit-outgoing; Tue, 14 Nov 1995 20:02:58 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA07510 for cvs-all-outgoing; Tue, 14 Nov 1995 20:02:54 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA07491 for cvs-sys-outgoing; Tue, 14 Nov 1995 20:02:47 -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 UAA07483 ; Tue, 14 Nov 1995 20:02:31 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA16085; Wed, 15 Nov 1995 14:57:23 +1100 Date: Wed, 15 Nov 1995 14:57:23 +1100 From: Bruce Evans Message-Id: <199511150357.OAA16085@godzilla.zeta.org.au> To: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa ultra14f.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk > Modified: sys/i386/isa ultra14f.c > Log: > Make a lot of private stuff static Please add `static' to the function headers as well as to (some of) the prototypes. Bruce