Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mmeye/stand/bootcoff Need _KERNTYPES for round_page...
details: https://anonhg.NetBSD.org/src/rev/d662627af284
branches: trunk
changeset: 343224:d662627af284
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 25 16:34:52 2016 +0000
description:
Need _KERNTYPES for round_page() vaddr_t.
diffstat:
sys/arch/mmeye/stand/bootcoff/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 9c9cde082a50 -r d662627af284 sys/arch/mmeye/stand/bootcoff/Makefile
--- a/sys/arch/mmeye/stand/bootcoff/Makefile Mon Jan 25 16:30:42 2016 +0000
+++ b/sys/arch/mmeye/stand/bootcoff/Makefile Mon Jan 25 16:34:52 2016 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index