Module Name:    src
Committed By:   christos
Date:           Mon Jan 25 16:34:53 UTC 2016

Modified Files:
        src/sys/arch/mmeye/stand/bootcoff: Makefile

Log Message:
Need _KERNTYPES for round_page() vaddr_t.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mmeye/stand/bootcoff/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/arch/mmeye/stand/bootcoff/Makefile
diff -u src/sys/arch/mmeye/stand/bootcoff/Makefile:1.2 src/sys/arch/mmeye/stand/bootcoff/Makefile:1.3
--- src/sys/arch/mmeye/stand/bootcoff/Makefile:1.2	Tue Dec 11 20:49:46 2001
+++ src/sys/arch/mmeye/stand/bootcoff/Makefile	Mon Jan 25 11:34:52 2016
@@ -1,7 +1,8 @@
-#	$NetBSD: Makefile,v 1.2 2001/12/12 01:49:46 tv Exp $
+#	$NetBSD: Makefile,v 1.3 2016/01/25 16:34:52 christos Exp $
 
 PROG=	osloader
 SRCS=	osloader.c
+CPPFLAGS+=	-D_KERNTYPES
 NOMAN=
 # defined
 .include <bsd.prog.mk>

Reply via email to