summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_ioctl.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-21 22:33:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-04-21 22:33:19 +0000
commit67d88b0a9910a68bb666b448d2dac29cb4d3d8c2 (patch)
tree967b89f6e07398a22bd8c76d30179b648776542d /sys/compat/svr4/svr4_ioctl.h
parentba95d3c1d69cdb251d15a12ebf70f50b0ea2019b (diff)
partial sync with netbsd 960418, more to come
Diffstat (limited to 'sys/compat/svr4/svr4_ioctl.h')
-rw-r--r--sys/compat/svr4/svr4_ioctl.h25
1 files changed, 14 insertions, 11 deletions
diff --git a/sys/compat/svr4/svr4_ioctl.h b/sys/compat/svr4/svr4_ioctl.h
index ba35ae9701b..0d68512113e 100644
--- a/sys/compat/svr4/svr4_ioctl.h
+++ b/sys/compat/svr4/svr4_ioctl.h
@@ -1,4 +1,5 @@
-/* $NetBSD: svr4_ioctl.h,v 1.4 1995/10/07 06:27:42 mycroft Exp $ */
+/* $OpenBSD: svr4_ioctl.h,v 1.2 1996/04/21 22:18:22 deraadt Exp $ */
+/* $NetBSD: svr4_ioctl.h,v 1.5 1996/04/11 12:54:43 christos Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@@ -43,15 +44,17 @@
#define SVR4_IOW(g,n,t) SVR4_IOC(SVR4_IOC_IN, (g), (n), sizeof(t))
#define SVR4_IOWR(g,n,t) SVR4_IOC(SVR4_IOC_INOUT,(g), (n), sizeof(t))
-int svr4_streamioctl __P((struct file *fp, u_long cmd, caddr_t data,
- struct proc *p, register_t *retval));
-int svr4_termioctl __P((struct file *fp, u_long cmd, caddr_t data,
- struct proc *p, register_t *retval));
-int svr4_ttoldioctl __P((struct file *fp, u_long cmd, caddr_t data,
- struct proc *p, register_t *retval));
-int svr4_filioctl __P((struct file *fp, u_long cmd, caddr_t data,
- struct proc *p, register_t *retval));
-int svr4_sockioctl __P((struct file *fp, u_long cmd, caddr_t data,
- struct proc *p, register_t *retval));
+int svr4_stream_ti_ioctl __P((struct file *, struct proc *, register_t *,
+ int, u_long, caddr_t));
+int svr4_stream_ioctl __P((struct file *, struct proc *, register_t *,
+ int, u_long, caddr_t));
+int svr4_term_ioctl __P((struct file *, struct proc *, register_t *,
+ int, u_long, caddr_t));
+int svr4_ttold_ioctl __P((struct file *, struct proc *, register_t *,
+ int, u_long, caddr_t));
+int svr4_fil_ioctl __P((struct file *, struct proc *, register_t *,
+ int, u_long, caddr_t));
+int svr4_sock_ioctl __P((struct file *, struct proc *, register_t *,
+ int, u_long, caddr_t));
#endif /* !_SVR4_IOCTL_H_ */