All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Levon <levon@movementarian.org>
To: xen-devel@lists.xensource.com
Subject: [PATCH] fix some header usage in tools/misc/
Date: Thu, 27 Oct 2005 16:55:33 +0100	[thread overview]
Message-ID: <20051027155533.GC22479@trollied.org> (raw)


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>

                 reply	other threads:[~2005-10-27 15:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051027155533.GC22479@trollied.org \
    --to=levon@movementarian.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.