diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-08 00:03:47 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-02-08 00:03:47 +0000 |
commit | a912f4307f21d3c82f58986663a35cc26b4a328f (patch) | |
tree | abd557a6b3c19e89345aa3b7962daebc82fd9b9d /sys/compat/linux/linux_fdio.c | |
parent | 94eca6a13d961abb0f391a606a3501826b53fd75 (diff) |
Remove some commented out FILE_UNUSE (incorrect)
Diffstat (limited to 'sys/compat/linux/linux_fdio.c')
-rw-r--r-- | sys/compat/linux/linux_fdio.c | 6 |
1 files changed, 1 insertions, 5 deletions
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; } |