| To: | xen-devel@xxxxxxxxxxxxxxxxxxx |
|---|---|
| Subject: | [Xen-devel] [PATCH] fix some header usage in tools/misc/ |
| From: | John Levon <levon@xxxxxxxxxxxxxxxxx> |
| Date: | 2005年10月27日 16:55:33 +0100 |
| Delivery-date: | 2005年10月27日 15:52:51 +0000 |
| Envelope-to: | www-data@xxxxxxxxxxxxxxxxxxx |
| List-help: | <mailto:xen-devel-request@lists.xensource.com?subject=help> |
| List-id: | Xen developer discussion <xen-devel.lists.xensource.com> |
| List-post: | <mailto:xen-devel@lists.xensource.com> |
| List-subscribe: | <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
| List-unsubscribe: | <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
| Sender: | xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
| User-agent: | Mutt/1.5.9i |
Remove a non-portable and unused error.h, and use signal.h not sys/signal.h. # HG changeset patch # User levon@xxxxxxxxxxxxxxxxx # 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> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Xen-devel] [PATCH] use standard int typedefs for xc_elf.h , John Levon |
|---|---|
| Next by Date: | Re: [Xen-devel] unstable network trouble , Ewan Mellor |
| Previous by Thread: | [Xen-devel] [PATCH] use standard int typedefs for xc_elf.h , John Levon |
| Next by Thread: | [Xen-devel] [PATCH] fix a couple of minor xs_tdb things , John Levon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |