home *** CD-ROM | disk | FTP | other *** search
- *** /tmp/,RCSt1013388 Fri Jul 10 10:31:15 1987
- --- spec_vnodeops.c Sun Jul 5 17:27:24 1987
- ***************
- *** 129,135 ****
- if ((u_int)major(dev) >= nchrdev)
- return (ENXIO);
-
- ! error = (*cdevsw[major(dev)].d_open)(dev,flag, &newdev);
-
- /*
- * If this is an indirect device we need to do the
- --- 132,139 ----
- if ((u_int)major(dev) >= nchrdev)
- return (ENXIO);
-
- ! error = (*cdevsw[major(dev)].d_open)(dev,flag, &newdev,
- ! vpp);
-
- /*
- * If this is an indirect device we need to do the
-