From 06b064c28d7637bd32c53827fecbec9d768ee60e Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
Date: Thu, 16 Aug 2007 11:29:08 +0000
Subject: Comment out "#include <strings.h>" everywhere

---
 include/libbb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

diff --git a/include/libbb.h b/include/libbb.h
index 6c6bec71e..7b456a9fa 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -26,7 +26,7 @@
 #include <stdarg.h>
 #include <stddef.h>
 #include <string.h>
-#include <strings.h>
+/* #include <strings.h> - said to be obsolete */
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <sys/socket.h>
-- 
cgit v1.2.3-55-g6feb