Date: Mon, 23 Oct 2000 11:36:04 -0700 (PDT) From: Matt Jacob <mjacob@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include globals.h src/sys/i386/include globals.h src/sys/sys mutex.h Message-ID: <200010231836.LAA23608@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2000/10/23 11:36:03 PDT Modified files: sys/alpha/include globals.h sys/i386/include globals.h sys/sys mutex.h Log: Move bogus proc reference stuff into <machine/globals.h>. There is no more include file including <sys/proc.h>, but there still is this wonky and (causes warnings on i386) reference in globals.h. CURTHD is now defined in <machine/globals.h> as well. The correct thing to do is provide a platform function for this. Revision Changes Path 1.3 +3 -1 src/sys/alpha/include/globals.h 1.11 +6 -1 src/sys/i386/include/globals.h 1.5 +1 -9 src/sys/sys/mutex.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?200010231836.LAA23608>