Date: Tue, 10 Jul 2007 13:09:08 GMT From: Roman Divacky <rdivacky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 123272 for review Message-ID: <200707101309.l6AD98pn073504@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123272 Change 123272 by rdivacky@rdivacky_witten on 2007/07/10 13:08:50 Erm... module needs linux_epoll.c too. Affected files ... .. //depot/projects/soc2007/rdivacky/linux_epoll/sys/modules/linux/Makefile#2 edit Differences ... ==== //depot/projects/soc2007/rdivacky/linux_epoll/sys/modules/linux/Makefile#2 (text+ko) ==== @@ -8,7 +8,7 @@ .PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux${SFX} KMOD= linux -SRCS= linux${SFX}_dummy.c linux_emul.c linux_file.c \ +SRCS= linux${SFX}_dummy.c linux_epoll.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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707101309.l6AD98pn073504>