cvs commit: src/sys/kern subr_witness.c src/sys/sys lock.h

Attilio Rao attilio at FreeBSD.org
Sun Apr 13 01:20:48 UTC 2008


attilio     2008-04-13 01:20:47 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_witness.c 
    sys/sys              lock.h 
  Log:
  struct lock_instance and struct lock_list_entry don't need to be in the
  public namespace for WITNESS as they are only used internally so just
  move them in the private namespace for the subsystem (with all related
  supporting definitions).
  
  Revision  Changes    Path
  1.246     +34 -0     src/sys/kern/subr_witness.c
  1.72      +1 -34     src/sys/sys/lock.h


More information about the cvs-src mailing list