Date: Tue, 18 Sep 2001 14:20:58 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/svr4 svr4_machdep.c Message-ID: <200109182120.f8ILKwg39402@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/09/18 14:20:58 PDT Modified files: sys/i386/svr4 svr4_machdep.c Log: If we have a p variable pointing to td->td_proc already, use it instead of needlessly repeating the indirection in several places. Half of the places used td->td_proc, and half used p. They are now consistent with each other and all use p. Revision Changes Path 1.23 +9 -9 src/sys/i386/svr4/svr4_machdep.c 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?200109182120.f8ILKwg39402>