jhb         2007-05-19 21:26:05 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       sx.9 
    sys/kern             kern_sx.c 
    sys/sys              sx.h 
  Log:
  Rename the macros for assertion flags passed to sx_assert() from SX_* to
  SA_* to match mutexes and rwlocks.  The old flags still exist for
  backwards compatiblity.
  
  Requested by:   attilio
  
  Revision  Changes    Path
  1.41      +13 -13    src/share/man/man9/sx.9
  1.50      +19 -19    src/sys/kern/kern_sx.c
  1.34      +8 -3      src/sys/sys/sx.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