summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_psdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/coda/coda_psdev.h')
-rw-r--r--sys/coda/coda_psdev.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/coda/coda_psdev.h b/sys/coda/coda_psdev.h
index c6276f3..c6ecf7f 100644
--- a/sys/coda/coda_psdev.h
+++ b/sys/coda/coda_psdev.h
@@ -31,9 +31,9 @@
*
*/
-int vc_nb_open(dev_t dev, int flag, int mode, struct proc *p);
-int vc_nb_close (dev_t dev, int flag, int mode, struct proc *p);
+int vc_nb_open(dev_t dev, int flag, int mode, struct thread *p);
+int vc_nb_close (dev_t dev, int flag, int mode, struct thread *p);
int vc_nb_read(dev_t dev, struct uio *uiop, int flag);
int vc_nb_write(dev_t dev, struct uio *uiop, int flag);
-int vc_nb_ioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p);
-int vc_nb_poll(dev_t dev, int events, struct proc *p);
+int vc_nb_ioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct thread *p);
+int vc_nb_poll(dev_t dev, int events, struct thread *p);
OpenPOWER on IntegriCloud