Date: Wed, 2 Oct 2002 16:25:38 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/posix4 sched.h Message-ID: <200210022325.g92NPc7E016181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/10/02 16:25:38 PDT Modified files: sys/posix4 sched.h Log: Fix various style(9) bugs: o Unusual order of #ifndef _FOO_H_, followed by license. o Missing tab in struct sched_param between type and member name. o Space used, instead of tab, after #define. o Reversed comment for #endif. o Irregular comment block. o Space used, instead of tab, to seperate return value type from function name. o Unordered function prototypes. Revision Changes Path 1.6 +22 -24 src/sys/posix4/sched.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?200210022325.g92NPc7E016181>