diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:25:10 +0000 |
| commit | fce002fdef3780b4b80bfe0ba6d126bfc10130e9 (patch) | |
| tree | 250b202c69db62ed6110bcd8d4341019a4d8d107 /sys/i386/linux/linux_file.c | |
| parent | cb07fc98033d49d2ec97adf09c9aacbcbe24a2fc (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux_file.c')
| -rw-r--r-- | sys/i386/linux/linux_file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_file.c b/sys/i386/linux/linux_file.c index e4400af6d735..e2e59ca2cf28 100644 --- a/sys/i386/linux/linux_file.c +++ b/sys/i386/linux/linux_file.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: linux_file.c,v 1.11 1997/02/22 09:38:20 peter Exp $ */ #include <sys/param.h> @@ -35,7 +35,6 @@ #include <sys/file.h> #include <sys/filedesc.h> #include <sys/proc.h> -#include <sys/ioctl.h> #include <sys/stat.h> #include <sys/vnode.h> #include <sys/malloc.h> |
