Source-Changes-HG archive

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

[src/trunk]: src/tests/kernel This needs _KERNTYPES on some platforms.



details:   https://anonhg.NetBSD.org/src/rev/6d10af94f73c
branches:  trunk
changeset: 343574:6d10af94f73c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 15 14:59:38 2016 +0000

description:
This needs _KERNTYPES on some platforms.

diffstat:

 tests/kernel/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r f1f9f1fa6bfb -r 6d10af94f73c tests/kernel/Makefile
--- a/tests/kernel/Makefile     Mon Feb 15 14:59:03 2016 +0000
+++ b/tests/kernel/Makefile     Mon Feb 15 14:59:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/01/23 21:22:48 christos Exp $
+# $NetBSD: Makefile,v 1.39 2016/02/15 14:59:38 christos Exp $
 
 NOMAN=         # defined
 
@@ -46,8 +46,8 @@
 .PATH:                 ${NETBSDSRCDIR}/sys/kern
 TESTS_C+=              t_extent
 SRCS.t_extent=         t_extent.c subr_extent.c
-CPPFLAGS.t_extent.c=   -D_EXTENT_TESTING -D__POOL_EXPOSE
-CPPFLAGS.subr_extent.c=        -D_EXTENT_TESTING -D__POOL_EXPOSE
+CPPFLAGS.t_extent.c=   -D_EXTENT_TESTING -D__POOL_EXPOSE -D_KERNTYPES
+CPPFLAGS.subr_extent.c=        -D_EXTENT_TESTING -D__POOL_EXPOSE -D_KERNTYPES
 
 t_subr_prf.c: gen_t_subr_prf ${NETBSDSRCDIR}/sys/kern/subr_prf.c
        ${HOST_SH} ${.ALLSRC} ${.TARGET}



Home | Main Index | Thread Index | Old Index