summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_hdio.c
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-02-08 00:03:46 +0000
committerart <art@openbsd.org>2002-02-08 00:03:46 +0000
commit259de408db9586e9e3e103a8c7db2c4e4b05b3aa (patch)
tree50ef42e8fa8e0d3ff7772e9ea7bdf7060b7673fa /sys/compat/linux/linux_hdio.c
parentbridge_output() needs a forcibly aligned copy just like bridge_broadcast() (diff)
downloadwireguard-openbsd-259de408db9586e9e3e103a8c7db2c4e4b05b3aa.tar.xz
wireguard-openbsd-259de408db9586e9e3e103a8c7db2c4e4b05b3aa.zip
Remove some commented out FILE_UNUSE (incorrect)
Diffstat (limited to 'sys/compat/linux/linux_hdio.c')
-rw-r--r--sys/compat/linux/linux_hdio.c6
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;
}