diff options
Diffstat (limited to 'sys/compat/linux/linux_hdio.c')
-rw-r--r-- | sys/compat/linux/linux_hdio.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/compat/linux/linux_hdio.c b/sys/compat/linux/linux_hdio.c index bcc3ac62298..746d070822a 100644 --- a/sys/compat/linux/linux_hdio.c +++ b/sys/compat/linux/linux_hdio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_hdio.c,v 1.2 2001/10/26 12:03:27 art Exp $ */ +/* $OpenBSD: linux_hdio.c,v 1.3 2002/02/08 00:03:46 art Exp $ */ /* $NetBSD: linux_hdio.c,v 1.1 2000/12/10 14:12:17 fvdl Exp $ */ /* @@ -175,9 +175,5 @@ linux_ioctl_hdio(struct proc *p, struct linux_sys_ioctl_args *uap, error = EINVAL; } -#ifdef notyet - FILE_UNUSE(fp, p); -#endif - return error; } |