From owner-cvs-all Tue Jul 25 15:58:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF52A37B8BE; Tue, 25 Jul 2000 15:58:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA02186; Tue, 25 Jul 2000 15:58:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007252258.PAA02186@freefall.freebsd.org> From: John Baldwin Date: Tue, 25 Jul 2000 15:58:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys linker.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/25 15:58:52 PDT Modified files: sys/sys linker.h Log: style(9)'ify all the function prototypes by protecting all the parameter names with a leading underscore. Notably, the 'stat' parameter in the kld_stat() prototype conflicted with stat() and generated a BDE warning. Approved by: peter Revision Changes Path 1.22 +29 -27 src/sys/sys/linker.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message