Date: Wed, 19 May 2004 07:36:39 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern link_elf.c Message-ID: <200405191436.i4JEadPs089450@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/05/19 07:36:39 PDT FreeBSD src repository Modified files: sys/kern link_elf.c Log: Include <sys/gmon.h> instead of <machine/profile.h> for the declaration of kmupetext(). The declaration is misplaced in <machine/profile.h> since it is not MD and not related to the lowest level of profiling. It will be moved, but getting it via <sys/gmon.h> already works. Revision Changes Path 1.78 +3 -3 src/sys/kern/link_elf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405191436.i4JEadPs089450>