bde         2006-10-28 11:03:03 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/include     profile.h 
    sys/amd64/include    profile.h 
  Log:
  i386/include/profile.h:
  Fixed a syntax error for the (!__KERNEL && !__GNUCLIKE_ASM) case in
  rev.1.36.  Apparently, this case has never been reached even by lint.
  
  Submitted by:   stefanf
  
  {amd64,i386}/include/profile.h:
  In case the above case is actually reached, break it properly by
  providing null support that will fail at link time instead of a stub
  that gives wrong (null) profiling at runtime.
  
  Revision  Changes    Path
  1.47      +1 -5      src/sys/amd64/include/profile.h
  1.42      +1 -5      src/sys/i386/include/profile.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to