home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume10 / dev.fd / PATCH < prev    next >
Encoding:
Text File  |  1987-08-06  |  544 b   |  21 lines

  1. *** /tmp/,RCSt1013388    Fri Jul 10 10:31:15 1987
  2. --- spec_vnodeops.c    Sun Jul  5 17:27:24 1987
  3. ***************
  4. *** 129,135 ****
  5.               if ((u_int)major(dev) >= nchrdev)
  6.                   return (ENXIO);
  7.   
  8. !             error = (*cdevsw[major(dev)].d_open)(dev,flag, &newdev);
  9.   
  10.               /*
  11.                * If this is an indirect device we need to do the
  12. --- 132,139 ----
  13.               if ((u_int)major(dev) >= nchrdev)
  14.                   return (ENXIO);
  15.   
  16. !             error = (*cdevsw[major(dev)].d_open)(dev,flag, &newdev,
  17. !                                     vpp);
  18.   
  19.               /*
  20.                * If this is an indirect device we need to do the
  21.