[BACK]Return to subr_prf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/subr_prf.c between version 1.154.2.1 and 1.154.2.2

version 1.154.2.1, 2014/08/15 13:00:48 version 1.154.2.2, 2014/08/15 23:57:51
Line 161  static void kprintf_rnd_get(size_t bytes
Line 161  static void kprintf_rnd_get(size_t bytes
                         /* This is optional but seems useful. */                          /* This is optional but seems useful. */
                         SHA512_Update(&kprnd_sha, kprnd_accum,                          SHA512_Update(&kprnd_sha, kprnd_accum,
                                       sizeof(kprnd_accum));                                        sizeof(kprnd_accum));
                           mutex_exit(&kprintf_mtx);
                 }                  }
                 mutex_exit(&kprintf_mtx);  
         }          }
 }  }
   

Legend:
Removed from v.1.154.2.1  
changed lines
  Added in v.1.154.2.2

CVSweb <webmaster@jp.NetBSD.org>