Date: Tue, 25 Jul 2000 15:58:52 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys linker.h Message-ID: <200007252258.PAA02186@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007252258.PAA02186>