All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [mdadm] Monitor.c include signal.h directly
@ 2007-09-26 16:12 maximilian attems
  2007-09-26 16:12 ` [PATCH] [mdadm] Monitor.c s/MAXINT/INT_MAX/g maximilian attems
  2007-09-27  0:09 ` [PATCH] [mdadm] Monitor.c include signal.h directly Neil Brown
  0 siblings, 2 replies; 4+ messages in thread
From: maximilian attems @ 2007-09-26 16:12 UTC (permalink / raw)
  To: linux-raid; +Cc: Neil Brown, maximilian attems

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-09-27  0:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 16:12 [PATCH] [mdadm] Monitor.c include signal.h directly maximilian attems
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

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.