util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] misc-utils: cleanup unused strings.h includes
@ 2012-05-22 14:33 maximilian attems
  2012-05-23  8:32 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: maximilian attems @ 2012-05-22 14:33 UTC (permalink / raw)
  To: util-linux; +Cc: maximilian attems

Noticed on klibc building.

Signed-off-by: maximilian attems <max@stro.at>
---
 misc-utils/kill.c   |    1 -
 misc-utils/logger.c |    1 -
 misc-utils/namei.c  |    1 -
 3 files changed, 3 deletions(-)

diff --git a/misc-utils/kill.c b/misc-utils/kill.c
index da7c8ab..c592f52 100644
--- a/misc-utils/kill.c
+++ b/misc-utils/kill.c
@@ -45,7 +45,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <strings.h>
 #include <ctype.h>		/* for isdigit() */
 #include <unistd.h>
 #include <signal.h>
diff --git a/misc-utils/logger.c b/misc-utils/logger.c
index db3469c..9805a7d 100644
--- a/misc-utils/logger.c
+++ b/misc-utils/logger.c
@@ -43,7 +43,6 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
-#include <strings.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
diff --git a/misc-utils/namei.c b/misc-utils/namei.c
index b15d4f7..fc1689d 100644
--- a/misc-utils/namei.c
+++ b/misc-utils/namei.c
@@ -24,7 +24,6 @@
 #include <unistd.h>
 #include <getopt.h>
 #include <string.h>
-#include <strings.h>
 #include <stdlib.h>
 #include <errno.h>
 #include <sys/types.h>
-- 
1.7.10


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

* Re: [PATCH] misc-utils: cleanup unused strings.h includes
  2012-05-22 14:33 [PATCH] misc-utils: cleanup unused strings.h includes maximilian attems
@ 2012-05-23  8:32 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2012-05-23  8:32 UTC (permalink / raw)
  To: maximilian attems; +Cc: util-linux

On Tue, May 22, 2012 at 04:33:23PM +0200, maximilian attems wrote:
>  misc-utils/kill.c   |    1 -
>  misc-utils/logger.c |    1 -
>  misc-utils/namei.c  |    1 -
>  3 files changed, 3 deletions(-)

 Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com

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

end of thread, other threads:[~2012-05-23  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 14:33 [PATCH] misc-utils: cleanup unused strings.h includes maximilian attems
2012-05-23  8:32 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).