cvs commit: src/sys/kern subr_kdb.c

Marcel Moolenaar marcel at FreeBSD.org
Mon Apr 3 20:55:53 UTC 2006


marcel      2006-04-03 20:55:52 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_kdb.c 
  Log:
  In kdb_trap(), change the type of the local variable 'intr' from int
  to register_t, as intr_disable() returns the latter and register_t
  may be wider than int.
  
  Pointed out by: marius@
  
  Revision  Changes    Path
  1.19      +2 -1      src/sys/kern/subr_kdb.c


More information about the cvs-src mailing list