Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/rump/Makefile.rump,v rcsdiff: /ftp/cvs/cvsroot/src/sys/rump/Makefile.rump,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/sys/rump/Makefile.rump 2007/08/15 22:13:15 1.4 +++ src/sys/rump/Makefile.rump 2007/08/25 10:22:31 1.5 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rump,v 1.4 2007/08/15 22:13:15 pooka Exp $ +# $NetBSD: Makefile.rump,v 1.5 2007/08/25 10:22:31 pooka Exp $ # .include @@ -17,6 +17,7 @@ CPPFLAGS+= -I${.CURDIR} -I. CFLAGS+= -ffreestanding CPPFLAGS:= -I${NETBSDSRCDIR}/sys/rump/include ${CPPFLAGS} CPPFLAGS+= -D_KERNEL -DDIAGNOSTIC -I${NETBSDSRCDIR}/common/include +CPPFLAGS+= -D_RUMPKERNEL CPPFLAGS+= -nostdinc -I${NETBSDSRCDIR}/sys .endif