* [PATCH] fix some header usage in tools/misc/
@ 2005-10-27 15:55 John Levon
0 siblings, 0 replies; only message in thread
From: John Levon @ 2005-10-27 15:55 UTC (permalink / raw)
To: xen-devel
Remove a non-portable and unused error.h, and use signal.h not
sys/signal.h.
# HG changeset patch
# User levon@movementarian.org
# Node ID 12ff3bd86d054ed4307c4056ed8185d55b93f1c6
# Parent b0cc38e1569ad26de8202737775c9b87fefd42b5
fix header usage
diff -r b0cc38e1569a -r 12ff3bd86d05 tools/misc/cpuperf/cpuperf.c
--- a/tools/misc/cpuperf/cpuperf.c Thu Oct 27 16:49:12 2005 +0000
+++ b/tools/misc/cpuperf/cpuperf.c Thu Oct 27 16:49:47 2005 +0000
@@ -16,7 +16,6 @@
#include <sys/types.h>
#include <sched.h>
-#include <error.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff -r b0cc38e1569a -r 12ff3bd86d05 tools/misc/miniterm/miniterm.c
--- a/tools/misc/miniterm/miniterm.c Thu Oct 27 16:49:12 2005 +0000
+++ b/tools/misc/miniterm/miniterm.c Thu Oct 27 16:49:47 2005 +0000
@@ -29,7 +29,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
-#include <sys/signal.h>
+#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-10-27 15:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-27 15:55 [PATCH] fix some header usage in tools/misc/ John Levon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.