summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-10-29 14:02:39 +0000
committernetchild <netchild@FreeBSD.org>2006-10-29 14:02:39 +0000
commitb17bbadb52577e26b22d4f282e28dbb0a023669e (patch)
tree777e44600da3571fa21e0cdf85c6aac0b4edbbb9 /sys/modules
parente7bc018a5c33edc8676a9d4799d7f380ebee5c0b (diff)
downloadFreeBSD-src-b17bbadb52577e26b22d4f282e28dbb0a023669e.zip
FreeBSD-src-b17bbadb52577e26b22d4f282e28dbb0a023669e.tar.gz
Backout the linux aio stuff. Several problems where identified and the
dynamic nature (if no native aio code is available, the linux part returns ENOSYS because of missing requisites) should be solved differently than it is. All this will be done in P4. Not included in this commit is a backout of the changes to the native aio code (removing static in some places). Those changes (and some more) will also be needed when the reworked linux aio stuff will reenter the tree. Requested by: rwatson Discussed with: rwatson
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index ca6b467..1230470 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -8,7 +8,7 @@ CFLAGS+=-DCOMPAT_IA32 -DCOMPAT_LINUX32
.PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux${SFX}
KMOD= linux
-SRCS= linux_aio.c linux${SFX}_dummy.c linux_emul.c linux_file.c \
+SRCS= linux${SFX}_dummy.c linux_emul.c linux_file.c \
linux_futex.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
linux${SFX}_machdep.c linux_mib.c linux_misc.c linux_signal.c \
linux_socket.c linux_stats.c linux_sysctl.c linux${SFX}_sysent.c \
OpenPOWER on IntegriCloud