Source-Changes-HG archive

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

[src/trunk]: src/sys/rump COMPAT_60 for rump kernels.



details:   https://anonhg.NetBSD.org/src/rev/4f21b6f8bcac
branches:  trunk
changeset: 787951:4f21b6f8bcac
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jul 16 19:07:54 2013 +0000

description:
COMPAT_60 for rump kernels.

Requested via github (buildrump.sh)

diffstat:

 sys/rump/Makefile.rump            |  4 ++--
 sys/rump/kern/lib/libtty/Makefile |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r d09e6b06d770 -r 4f21b6f8bcac sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Tue Jul 16 17:48:52 2013 +0000
+++ b/sys/rump/Makefile.rump    Tue Jul 16 19:07:54 2013 +0000
@@ -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 @@
 .endif
 
 CPPFLAGS+=     -DMAXUSERS=32
-CPPFLAGS+=     -DCOMPAT_50=1
+CPPFLAGS+=     -DCOMPAT_50=1 -DCOMPAT_60=1
 
 CPPFLAGS+=     -nostdinc
 CFLAGS+=       -ffreestanding -fno-strict-aliasing
diff -r d09e6b06d770 -r 4f21b6f8bcac sys/rump/kern/lib/libtty/Makefile
--- a/sys/rump/kern/lib/libtty/Makefile Tue Jul 16 17:48:52 2013 +0000
+++ b/sys/rump/kern/lib/libtty/Makefile Tue Jul 16 19:07:54 2013 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index