Source-Changes-HG archive

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

[src/trunk]: src/sys Add linux_blkio.c



details:   https://anonhg.NetBSD.org/src/rev/715a4b3af51b
branches:  trunk
changeset: 501985:715a4b3af51b
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Wed Jan 10 02:29:29 2001 +0000

description:
Add linux_blkio.c

diffstat:

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

diffs (35 lines):

diff -r 4daa68012835 -r 715a4b3af51b sys/compat/linux/files.linux
--- a/sys/compat/linux/files.linux      Wed Jan 10 02:28:38 2001 +0000
+++ b/sys/compat/linux/files.linux      Wed Jan 10 02:29:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.linux,v 1.12 2000/12/10 14:05:54 fvdl Exp $
+#      $NetBSD: files.linux,v 1.13 2001/01/10 02:29:29 fvdl Exp $
 #
 # Config file description for machine-independent Linux compat code.
 # Included by ports that need it.
@@ -6,6 +6,7 @@
 # ports should define any machine-specific files they need in their
 # own file lists.
 
+file   compat/linux/common/linux_blkio.c       compat_linux
 file   compat/linux/common/linux_cdrom.c       compat_linux
 file   compat/linux/common/linux_errno.c       compat_linux
 file   compat/linux/common/linux_exec.c        compat_linux
diff -r 4daa68012835 -r 715a4b3af51b sys/lkm/compat/linux/Makefile
--- a/sys/lkm/compat/linux/Makefile     Wed Jan 10 02:28:38 2001 +0000
+++ b/sys/lkm/compat/linux/Makefile     Wed Jan 10 02:29:29 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2000/12/14 18:40:14 mycroft Exp $
+#      $NetBSD: Makefile,v 1.13 2001/01/10 02:29:42 fvdl Exp $
 
 .include "../Makefile.inc"
 
@@ -27,7 +27,7 @@
        linux_sched.c linux_sigaction.c linux_sigarray.c linux_signal.c \
        linux_socket.c linux_termios.c linux_uselib.c
 SRCS+= linux_machdep.c linux_syscalls.c linux_sysent.c
-SRCS+= linux_fdio.c linux_hdio.c
+SRCS+= linux_fdio.c linux_hdio.c linux_blkio.c
 
 # emul_find() and friends - symbols are redefined to linux_FOO()
 .PATH: $S/compat/common



Home | Main Index | Thread Index | Old Index