Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/lib/libc/gmon mcount.c src/sys/i386/include profile.h



bde         1998/07/10 02:26:42 PDT

  Modified files:
    lib/libc/gmon        mcount.c 
    sys/i386/include     profile.h 
  Log:
  Oops, fptrint_t still needs to be declared in <machine/profile.h> in the
  !KERNEL case.  The kludge to get it declared in libc/gmon/mcount.c wasn't
  sufficient because fptrint_t is used in <sys/gmon.h>.
  
  Revision  Changes    Path
  1.12      +1 -9      src/lib/libc/gmon/mcount.c
  1.16      +6 -1      src/sys/i386/include/profile.h