[BACK]Return to kern_drvctl.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/kern_drvctl.c between version 1.18 and 1.19

version 1.18, 2008/05/30 15:30:37 version 1.19, 2008/06/24 10:24:21
Line 161  drvctlopen(dev_t dev, int flags, int mod
Line 161  drvctlopen(dev_t dev, int flags, int mod
 }  }
   
 static int  static int
 pmdevbyname(int cmd, struct devpmargs *a)  pmdevbyname(u_long cmd, struct devpmargs *a)
 {  {
         struct device *d;          struct device *d;
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>