Date: Sat, 26 Jan 2002 18:13:06 -0800 (PST) From: Julian Elischer <julian@elischer.org> To: Mike Makonnen <mike_makonnen@yahoo.com> Cc: David Malone <dwmalone@maths.tcd.ie>, cvs-committers@freebsd.org, cvs-all@freebsd.org, dillon@freebsd.org, jake@freebsd.org Subject: Re: cvs commit: src/sys/vm vm.h Message-ID: <Pine.BSF.4.21.0201261811430.38935-100000@InterJet.elischer.org> In-Reply-To: <200201270043.g0R0hBX14367@blackbox.pacbell.net>
next in thread | previous in thread | raw e-mail | index | archive | help
or better yet, not be visible. (it's pretty unlikely that the userland needs kernel internal prototypes) On Sat, 26 Jan 2002, Mike Makonnen wrote: > > From style(9): > > In header files visible to userland applications, prototypes that > are visible must use either ``protected'' names (ones beginning with > an underscore) or no names with the types. It is preferable to use > pro- tected names. E.g., use: > > void function(int); > > or: > > void function(int _fd); > > > cheers, > mike makonnen > 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?Pine.BSF.4.21.0201261811430.38935-100000>