mtm         2003/05/20 20:22:36 PDT
  FreeBSD src repository
  Modified files:
    lib/libthr/thread    thr_init.c 
  Log:
  The thread id was being set *before* zeroing out the thread. Reverse
  the order.
  
  Approved by: markm/mentor, re/blanket libthr
  
  Revision  Changes    Path
  1.4       +3 -2      src/lib/libthr/thread/thr_init.c