[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.10 and 1.10.4.1

version 1.10, 2011/04/14 16:23:59 version 1.10.4.1, 2014/05/22 11:40:36
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_flag = D_OTHER | D_MPSAFE,          .d_flag = D_OTHER | D_MPSAFE
 };  };
   
 void  void

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.10.4.1

CVSweb <webmaster@jp.NetBSD.org>