Date: Tue, 5 Dec 2000 12:23:44 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h Message-ID: <200012052023.eB5KNii25504@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2000/12/05 12:23:44 PST Modified files: sys/sys proc.h Log: 1. Several style cleanups: - Whitespace fixes. - Comment fixes (mostly capitalization and trailing periods). - Reorderings to put variables all in the same place, function prototypes sorted alphabetically, etc. 2. Removed unused and #ifdef'd out members from struct ithd. 3. Changed ESTCPULIM() to use an explicit (PRIO_MAX - PRIO_MIN) rather than PRIO_TOTAL. 4. Remove <sys/lock.h> #include and resort #include's. Submitted by: bde (1, 3, 4) Revision Changes Path 1.131 +104 -161 src/sys/sys/proc.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?200012052023.eB5KNii25504>