From 202339d49461ce6dcffd3a5b3690537daea5ef38 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 1 May 2013 21:10:34 -0400 Subject: utils/vmstat: Use gnumach.defs from gnumach The gnumach installation provides the include file mach/gnumach.defs instead of mach/gnumach.h. This runs the defs file through MIG and builds the result for vmstat. * utils/vmstat.c: Replace with "gnumach_U.h". * utils/Makefile (vmstat): Add rule to depend on gnumach_U.o. * Makeconf (mach_defs_names): Add gnumach. --- utils/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/vmstat.c') diff --git a/utils/vmstat.c b/utils/vmstat.c index e3944848..90d128ff 100644 --- a/utils/vmstat.c +++ b/utils/vmstat.c @@ -27,8 +27,8 @@ #include #include +#include "gnumach_U.h" #include -#include #include #include #include -- cgit v1.2.3