|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Remove a non-portable and unused error.h, and use signal
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 26fc51079f5f3615e17e08f8882b9a505436c715
# Parent 3843e518e09233cacc162db7a8bf1d1412127da5
Remove a non-portable and unused error.h, and use signal.h not
sys/signal.h (in tools/misc).
diff -r 3843e518e092 -r 26fc51079f5f tools/misc/cpuperf/cpuperf.c
--- a/tools/misc/cpuperf/cpuperf.c Thu Oct 27 16:16:12 2005
+++ b/tools/misc/cpuperf/cpuperf.c Thu Oct 27 16:16:48 2005
@@ -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 3843e518e092 -r 26fc51079f5f tools/misc/miniterm/miniterm.c
--- a/tools/misc/miniterm/miniterm.c Thu Oct 27 16:16:12 2005
+++ b/tools/misc/miniterm/miniterm.c Thu Oct 27 16:16:48 2005
@@ -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>
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Remove a non-portable and unused error.h, and use signal.h not,
Xen patchbot -unstable <=
|
|
|
|
|