All of lore.kernel.org
 help / color / mirror / Atom feed
From: maximilian attems <max@stro.at>
To: linux-raid@vger.kernel.org
Cc: Neil Brown <neilb@suse.de>, maximilian attems <max@stro.at>
Subject: [PATCH] [mdadm] Monitor.c include signal.h directly
Date: Wed, 26 Sep 2007 18:12:45 +0200	[thread overview]
Message-ID: <11908231671738-git-send-email-max@stro.at> (raw)

another small step for better klibc support, glibc compile tested.

Signed-off-by: maximilian attems <max@stro.at>
---
 Monitor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Monitor.c b/Monitor.c
index 91f02a4..246bdc0 100644
--- a/Monitor.c
+++ b/Monitor.c
@@ -31,7 +31,7 @@
 #include	"md_p.h"
 #include	"md_u.h"
 #include	<sys/wait.h>
-#include	<sys/signal.h>
+#include	<signal.h>
 #include	<values.h>
 #include	<syslog.h>
 
-- 
1.5.3.1


             reply	other threads:[~2007-09-26 16:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-26 16:12 maximilian attems [this message]
2007-09-26 16:12 ` [PATCH] [mdadm] Monitor.c s/MAXINT/INT_MAX/g maximilian attems
2007-09-26 16:12   ` [PATCH] [mdadm] mdopen.c don't shadow major() and minor() maximilian attems
2007-09-27  0:09 ` [PATCH] [mdadm] Monitor.c include signal.h directly Neil Brown

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=11908231671738-git-send-email-max@stro.at \
    --to=max@stro.at \
    --cc=linux-raid@vger.kernel.org \
    --cc=neilb@suse.de \
    /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.