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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to