Module Name: src Committed By: njoly Date: Sat Jan 25 10:40:41 UTC 2014
Modified Files: src/sys/rump/kern/lib/libsys_linux: Makefile Log Message: Add now needed linux_pipe.c sources. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/kern/lib/libsys_linux/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/rump/kern/lib/libsys_linux/Makefile diff -u src/sys/rump/kern/lib/libsys_linux/Makefile:1.3 src/sys/rump/kern/lib/libsys_linux/Makefile:1.4 --- src/sys/rump/kern/lib/libsys_linux/Makefile:1.3 Sat Dec 14 10:29:45 2013 +++ src/sys/rump/kern/lib/libsys_linux/Makefile Sat Jan 25 10:40:40 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/12/14 10:29:45 njoly Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/25 10:40:40 njoly Exp $ # .PATH: ${.CURDIR}/../../../../compat/linux/common @@ -8,7 +8,8 @@ LIB= rumpkern_sys_linux SRCS= linux_blkio.c linux_cdrom.c linux_errno.c linux_fdio.c \ linux_file.c linux_hdio.c linux_ioctl.c linux_ipc.c linux_misc.c\ linux_mtio.c linux_signal.c linux_signo.c linux_socket.c \ - linux_sysctl.c linux_termios.c linux_time.c linux_file64.c + linux_sysctl.c linux_termios.c linux_time.c linux_file64.c \ + linux_pipe.c SRCS+= rump_linux_sysent.c component.c linux_rump.c