Clean up after Jordan's commit: add d_read_t and d_write_t types for
compatibility with the screwy conf.c macros.
This commit is contained in:
parent
80de10dd9c
commit
0415b6dd5c
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)conf.h 8.3 (Berkeley) 1/21/94
|
||||
* $Id: conf.h,v 1.6 1994/12/11 23:05:53 bde Exp $
|
||||
* $Id: conf.h,v 1.7 1995/01/23 02:52:28 phk Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_CONF_H_
|
||||
@ -59,6 +59,8 @@ typedef int d_ioctl_t __P((dev_t, int, caddr_t, int, struct proc *));
|
||||
typedef int d_dump_t __P(());
|
||||
typedef int d_psize_t __P((dev_t));
|
||||
|
||||
typedef int d_read_t __P((dev_t, struct uio *, int));
|
||||
typedef int d_write_t __P((dev_t, struct uio *, int));
|
||||
typedef int d_rdwr_t __P((dev_t, struct uio *, int));
|
||||
typedef int d_stop_t __P((struct tty *, int));
|
||||
typedef int d_reset_t __P((int));
|
||||
|
@ -36,7 +36,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)conf.h 8.3 (Berkeley) 1/21/94
|
||||
* $Id: conf.h,v 1.6 1994/12/11 23:05:53 bde Exp $
|
||||
* $Id: conf.h,v 1.7 1995/01/23 02:52:28 phk Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_CONF_H_
|
||||
@ -59,6 +59,8 @@ typedef int d_ioctl_t __P((dev_t, int, caddr_t, int, struct proc *));
|
||||
typedef int d_dump_t __P(());
|
||||
typedef int d_psize_t __P((dev_t));
|
||||
|
||||
typedef int d_read_t __P((dev_t, struct uio *, int));
|
||||
typedef int d_write_t __P((dev_t, struct uio *, int));
|
||||
typedef int d_rdwr_t __P((dev_t, struct uio *, int));
|
||||
typedef int d_stop_t __P((struct tty *, int));
|
||||
typedef int d_reset_t __P((int));
|
||||
|
Loading…
x
Reference in New Issue
Block a user