tjr         2004/05/28 18:22:53 PDT
  FreeBSD src repository
  Modified files:
    usr.sbin/kernbb      kernbb.c 
  Log:
  Fix the type of struct bbf's arc_count member: according to gcc's
  definition of struct bb_function_info in libgcc2.c, it should be
  an int, not a long.
  
  Revision  Changes    Path
  1.17      +1 -1      src/usr.sbin/kernbb/kernbb.c