summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-05-13 23:59:33 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-05-13 23:59:33 +0200
commit06652392dc8281f12aa1f52307ef0e2fea4b0945 (patch)
tree177373d00e8ed32fc23dc25ba2b1632b859e8496
parent202339d49461ce6dcffd3a5b3690537daea5ef38 (diff)
Revert "utils/vmstat: Use gnumach.defs from gnumach"
This reverts commit 202339d49461ce6dcffd3a5b3690537daea5ef38.
-rw-r--r--Makeconf2
-rw-r--r--utils/Makefile2
-rw-r--r--utils/vmstat.c2
3 files changed, 2 insertions, 4 deletions
diff --git a/Makeconf b/Makeconf
index a3c584fc..c72287a5 100644
--- a/Makeconf
+++ b/Makeconf
@@ -573,7 +573,7 @@ $(mig-sheader-prefix)%_S.h %Server.c: %.sdefsi
vpath %.defs $(top_srcdir)/hurd
# These we want to find in the libc include directory...
-mach_defs_names = bootstrap exc gnumach mach mach4 \
+mach_defs_names = bootstrap exc mach mach4 \
mach_host mach_port mach_timer_reply memory_object \
memory_object_default notify
device_defs_names = dev_forward device device_reply device_request
diff --git a/utils/Makefile b/utils/Makefile
index e2388f5c..e3bed0bf 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -61,8 +61,6 @@ ps w ids settrans syncfs showtrans fsysopts storeinfo login vmstat portinfo \
$(filter-out $(special-targets), $(targets)): %: %.o
-vmstat: gnumachUser.o
-
rpctrace: ../libports/libports.a ../libihash/libihash.a
rpctrace-CPPFLAGS = -DDATADIR=\"${datadir}\"
diff --git a/utils/vmstat.c b/utils/vmstat.c
index 90d128ff..e3944848 100644
--- a/utils/vmstat.c
+++ b/utils/vmstat.c
@@ -27,8 +27,8 @@
#include <fcntl.h>
#include <version.h>
-#include "gnumach_U.h"
#include <mach.h>
+#include <mach/gnumach.h>
#include <mach/vm_statistics.h>
#include <mach/vm_cache_statistics.h>
#include <mach/default_pager.h>