diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-12-07 22:59:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-12-07 22:59:16 +0000 |
commit | 0860a4a7c0e49279cf3101e3d04a04ebe75014f4 (patch) | |
tree | 53527ee92d0010ec754ff0177e523668bed0b9a0 /sys/compat/linux/files.linux | |
parent | 7cc21cf1591010e14bcfd6013c09f8d099dcfcfb (diff) |
handle linux cdrom ioctls. not that i play quake that often but it was
the only binary around.
Diffstat (limited to 'sys/compat/linux/files.linux')
-rw-r--r-- | sys/compat/linux/files.linux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/files.linux b/sys/compat/linux/files.linux index 129d967f3f5..ab657e0efbe 100644 --- a/sys/compat/linux/files.linux +++ b/sys/compat/linux/files.linux @@ -1,4 +1,4 @@ -# $OpenBSD: files.linux,v 1.4 1996/04/28 07:38:22 etheisen Exp $ +# $OpenBSD: files.linux,v 1.5 1997/12/07 22:59:13 provos Exp $ # $NetBSD: files.linux,v 1.4 1996/03/08 04:55:59 mycroft Exp $ # # Config.new file description for machine-independent Linux compat code. @@ -19,4 +19,5 @@ file compat/linux/linux_socket.c compat_linux file compat/linux/linux_syscalls.c compat_linux file compat/linux/linux_sysent.c compat_linux file compat/linux/linux_termios.c compat_linux +file compat/linux/linux_cdrom.c compat_linux file compat/linux/linux_mount.c compat_linux |