Sat Jan 23 21:44:55 2016 UTC ()
pmc_evid_, pmc_ctr_t etc are defined in <machine/types.h> but are not exposed
anymore by default since they violate the userland namespace. Either we
should create __pmc types, or a separate machine/pmc.h header.


(christos)
diff -r1.1 -r1.2 src/lib/libpmc/Makefile

cvs diff -r1.1 -r1.2 src/lib/libpmc/Attic/Makefile (expand / switch to context diff)
--- src/lib/libpmc/Attic/Makefile 2002/08/09 00:03:15 1.1
+++ src/lib/libpmc/Attic/Makefile 2016/01/23 21:44:55 1.2
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2002/08/09 00:03:15 thorpej Exp $
+#	$NetBSD: Makefile,v 1.2 2016/01/23 21:44:55 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@
 LIB=	pmc
 SRCS=	pmc.c
 SRCS+=	pmc_${MACHINE_CPU}.c
+CPPFLAGS+=	-D_KERNTYPES
 
 INCS=	pmc.h
 INCSDIR=/usr/include