cvs commit: src/sys/kern link_elf.c

Bruce Evans bde at FreeBSD.org
Wed May 19 07:36:41 PDT 2004


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


More information about the cvs-src mailing list