summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_fdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_fdio.c')
-rw-r--r--sys/compat/linux/linux_fdio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_fdio.c b/sys/compat/linux/linux_fdio.c
index cb711c9e13e..46bd15290db 100644
--- a/sys/compat/linux/linux_fdio.c
+++ b/sys/compat/linux/linux_fdio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_fdio.c,v 1.5 2002/02/13 19:08:06 art Exp $ */
+/* $OpenBSD: linux_fdio.c,v 1.6 2002/03/14 01:26:50 millert Exp $ */
/* $NetBSD: linux_fdio.c,v 1.1 2000/12/10 14:12:16 fvdl Exp $ */
/*
@@ -66,7 +66,7 @@ linux_ioctl_fdio(struct proc *p, struct linux_sys_ioctl_args *uap,
struct filedesc *fdp;
struct file *fp;
int error;
- int (*ioctlf) __P((struct file *, u_long, caddr_t, struct proc *));
+ int (*ioctlf)(struct file *, u_long, caddr_t, struct proc *);
u_long com;
struct fd_type fparams;
struct linux_floppy_struct lflop;