summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-02-08 00:03:47 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-02-08 00:03:47 +0000
commita912f4307f21d3c82f58986663a35cc26b4a328f (patch)
treeabd557a6b3c19e89345aa3b7962daebc82fd9b9d /sys
parent94eca6a13d961abb0f391a606a3501826b53fd75 (diff)
Remove some commented out FILE_UNUSE (incorrect)
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linux/linux_blkio.c6
-rw-r--r--sys/compat/linux/linux_fdio.c6
-rw-r--r--sys/compat/linux/linux_hdio.c6
3 files changed, 3 insertions, 15 deletions
diff --git a/sys/compat/linux/linux_blkio.c b/sys/compat/linux/linux_blkio.c
index b09dc192aa9..71bf8fb9f56 100644
--- a/sys/compat/linux/linux_blkio.c
+++ b/sys/compat/linux/linux_blkio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: linux_blkio.c,v 1.2 2001/10/26 12:03:27 art Exp $ */
+/* $OpenBSD: linux_blkio.c,v 1.3 2002/02/08 00:03:46 art Exp $ */
/* $NetBSD: linux_blkio.c,v 1.3 2001/01/18 17:48:04 tv Exp $ */
/*
@@ -115,9 +115,5 @@ linux_ioctl_blkio(struct proc *p, struct linux_sys_ioctl_args *uap,
error = ENOTTY;
}
-#ifdef notyet
- FILE_UNUSE(fp, p);
-#endif
-
return error;
}
diff --git a/sys/compat/linux/linux_fdio.c b/sys/compat/linux/linux_fdio.c
index 6b3b6560e21..9363f9583be 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.3 2001/10/26 14:31:31 art Exp $ */
+/* $OpenBSD: linux_fdio.c,v 1.4 2002/02/08 00:03:46 art Exp $ */
/* $NetBSD: linux_fdio.c,v 1.1 2000/12/10 14:12:16 fvdl Exp $ */
/*
@@ -144,9 +144,5 @@ linux_ioctl_fdio(struct proc *p, struct linux_sys_ioctl_args *uap,
error = EINVAL;
}
-#ifdef notdef
- FILE_UNUSE(fp, p);
-#endif
-
return 0;
}
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;
}