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

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

Diff for /src/sys/dev/tprof/tprof.c between version 1.11 and 1.12

version 1.11, 2014/03/16 05:20:29 version 1.12, 2014/07/25 08:10:39
Line 652  const struct cdevsw tprof_cdevsw = {
Line 652  const struct cdevsw tprof_cdevsw = {
         .d_poll = nopoll,          .d_poll = nopoll,
         .d_mmap = nommap,          .d_mmap = nommap,
         .d_kqfilter = nokqfilter,          .d_kqfilter = nokqfilter,
           .d_discard = nodiscard,
         .d_flag = D_OTHER | D_MPSAFE          .d_flag = D_OTHER | D_MPSAFE
 };  };
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>