Date: Sat, 26 Jan 2002 16:43:11 -0800 From: Mike Makonnen <mike_makonnen@yahoo.com> To: David Malone <dwmalone@maths.tcd.ie> Cc: julian@elischer.org, 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: <200201270043.g0R0hBX14367@blackbox.pacbell.net> In-Reply-To: <20020126200150.GA21646@walton.maths.tcd.ie> References: <200201261252.aa17054@salmon.maths.tcd.ie> <Pine.BSF.4.21.0201261112440.37522-100000@InterJet.elischer.org> <20020126200150.GA21646@walton.maths.tcd.ie>
next in thread | previous in thread | raw e-mail | index | archive | help
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?200201270043.g0R0hBX14367>