Date: Wed, 4 Feb 2004 06:18:21 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sx.h Message-ID: <200402041418.i14EIMfv054158@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/02/04 06:18:21 PST FreeBSD src repository Modified files: sys/sys sx.h Log: Include <sys/queue.h> before <sys/_lock.h> instead of depending on namespace pollution in other headers. <sys/types.h> is now the only prerequisite for <sys/sx.h>. Fixed some style bugs: - removed bogus LOCORE ifdef. Including this C header in assembler sources is just nonsense. - removed unused include of <sys/_mutex.h>. It finished rotting when the mutex in struct sx became indirect in rev.1.15. - removed most comments on #else and #endif's and cleaned up the others. All were misindented... Revision Changes Path 1.19 +7 -8 src/sys/sys/sx.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402041418.i14EIMfv054158>