Module Name: src
Committed By: pooka
Date: Tue Jul 16 19:07:55 UTC 2013
Modified Files:
src/sys/rump: Makefile.rump
src/sys/rump/kern/lib/libtty: Makefile
Log Message:
COMPAT_60 for rump kernels.
Requested via github (buildrump.sh)
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/rump/Makefile.rump
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/kern/lib/libtty/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/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.83 src/sys/rump/Makefile.rump:1.84
--- src/sys/rump/Makefile.rump:1.83 Tue Jul 9 17:49:37 2013
+++ src/sys/rump/Makefile.rump Tue Jul 16 19:07:54 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.83 2013/07/09 17:49:37 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.84 2013/07/16 19:07:54 pooka Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@@ -16,7 +16,7 @@ CPPFLAGS+= -D_RUMP_NATIVE_ABI
.endif
CPPFLAGS+= -DMAXUSERS=32
-CPPFLAGS+= -DCOMPAT_50=1
+CPPFLAGS+= -DCOMPAT_50=1 -DCOMPAT_60=1
CPPFLAGS+= -nostdinc
CFLAGS+= -ffreestanding -fno-strict-aliasing
Index: src/sys/rump/kern/lib/libtty/Makefile
diff -u src/sys/rump/kern/lib/libtty/Makefile:1.1 src/sys/rump/kern/lib/libtty/Makefile:1.2
--- src/sys/rump/kern/lib/libtty/Makefile:1.1 Mon Jun 14 14:45:47 2010
+++ src/sys/rump/kern/lib/libtty/Makefile Tue Jul 16 19:07:55 2013
@@ -1,11 +1,13 @@
-# $NetBSD: Makefile,v 1.1 2010/06/14 14:45:47 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2013/07/16 19:07:55 pooka Exp $
#
-.PATH: ${.CURDIR}/../../../../kern
+.PATH: ${.CURDIR}/../../../../kern \
+ ${.CURDIR}/../../../../compat/common
LIB= rumpkern_tty
SRCS= tty.c tty_bsdpty.c tty_conf.c tty_ptm.c tty_pty.c tty_tty.c tty_subr.c
+SRCS+= tty_60.c
SRCS+= component.c