cvs commit: src/lib/libthr/thread thr_mutex_prioceiling.c thr_mutex_protocol.c

Mike Makonnen mtm at FreeBSD.org
Wed Feb 18 07:22:53 PST 2004


mtm         2004/02/18 07:22:52 PST

  FreeBSD src repository

  Modified files:
    lib/libthr/thread    thr_mutex_prioceiling.c 
                         thr_mutex_protocol.c 
  Log:
  o Style
  o Instead of checking both the passed in pointer and its value
    for NULL, only check the latter. Any caller that passes in
    a NULL pointer is obviously wrong.
  
  Revision  Changes    Path
  1.3       +30 -30    src/lib/libthr/thread/thr_mutex_prioceiling.c
  1.2       +10 -19    src/lib/libthr/thread/thr_mutex_protocol.c


More information about the cvs-src mailing list