Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux Add linux_hdio.c and linux_fdio.c



details:   https://anonhg.NetBSD.org/src/rev/17f97e8f5ea8
branches:  trunk
changeset: 500336:17f97e8f5ea8
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Dec 10 14:05:54 2000 +0000

description:
Add linux_hdio.c and linux_fdio.c

diffstat:

 sys/compat/linux/files.linux |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r abb11ed71047 -r 17f97e8f5ea8 sys/compat/linux/files.linux
--- a/sys/compat/linux/files.linux      Sun Dec 10 12:49:54 2000 +0000
+++ b/sys/compat/linux/files.linux      Sun Dec 10 14:05:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.linux,v 1.11 2000/12/01 13:49:35 jdolecek Exp $
+#      $NetBSD: files.linux,v 1.12 2000/12/10 14:05:54 fvdl Exp $
 #
 # Config file description for machine-independent Linux compat code.
 # Included by ports that need it.
@@ -12,7 +12,9 @@
 file   compat/linux/common/linux_exec_elf32.c  compat_linux & exec_elf32
 file   compat/linux/common/linux_exec_elf64.c  compat_linux & exec_elf64
 file   compat/linux/common/linux_exec_aout.c   compat_linux & exec_aout
+file   compat/linux/common/linux_fdio.c        compat_linux
 file   compat/linux/common/linux_file.c        compat_linux
+file   compat/linux/common/linux_hdio.c        compat_linux
 file   compat/linux/common/linux_ioctl.c       compat_linux
 file   compat/linux/common/linux_ipc.c         compat_linux
 file   compat/linux/common/linux_misc.c        compat_linux



Home | Main Index | Thread Index | Old Index