diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-04 07:45:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-04 07:45:37 +0000 |
commit | 624497e8480896c9cd421b285af2d8fe240b3394 (patch) | |
tree | c237124edf6ce7d9cb151d1f2690ecd8f7a1250f /sys/compat/svr4/svr4_ioctl.h | |
parent | 057e464ecf76a87de1702c9660f3a622af319c88 (diff) |
Add SVR4 jioctl stuff
Diffstat (limited to 'sys/compat/svr4/svr4_ioctl.h')
-rw-r--r-- | sys/compat/svr4/svr4_ioctl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_ioctl.h b/sys/compat/svr4/svr4_ioctl.h index 54d84100102..d35e96369ec 100644 --- a/sys/compat/svr4/svr4_ioctl.h +++ b/sys/compat/svr4/svr4_ioctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: svr4_ioctl.h,v 1.3 1996/08/01 00:50:52 niklas Exp $ */ +/* $OpenBSD: svr4_ioctl.h,v 1.4 1997/11/04 07:45:35 niklas Exp $ */ /* $NetBSD: svr4_ioctl.h,v 1.5 1996/04/11 12:54:43 christos Exp $ */ /* @@ -58,5 +58,7 @@ 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)); +int svr4_jerq_ioctl __P((struct file *, struct proc *, register_t *, + int, u_long, caddr_t)); #endif /* !_SVR4_IOCTL_H_ */ |