From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pd0-f176.google.com ([209.85.192.176]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uj9g7-0004fl-C2 for barebox@lists.infradead.org; Sun, 02 Jun 2013 14:54:41 +0000 Received: by mail-pd0-f176.google.com with SMTP id r11so4462175pdi.21 for ; Sun, 02 Jun 2013 07:54:18 -0700 (PDT) From: Masaki Muranaka Date: Sun, 2 Jun 2013 23:53:49 +0900 Message-Id: <1370184829-66576-3-git-send-email-monaka@monami-ya.com> In-Reply-To: <1370184829-66576-1-git-send-email-monaka@monami-ya.com> References: <1370184829-66576-1-git-send-email-monaka@monami-ya.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 3/3] Use stdlib.h instead of malloc.h To: barebox@lists.infradead.org --- commands/digest.c | 2 +- commands/loadb.c | 2 +- commands/mem.c | 2 +- commands/of_property.c | 2 +- common/command.c | 2 +- common/digest.c | 2 +- common/env.c | 2 +- common/environment.c | 2 +- common/hush.c | 2 +- common/password.c | 3 +-- common/startup.c | 2 +- common/uimage.c | 2 +- 12 files changed, 12 insertions(+), 13 deletions(-) diff --git a/commands/digest.c b/commands/digest.c index c9bb132..6470a2e 100644 --- a/commands/digest.c +++ b/commands/digest.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include static int do_digest(char *algorithm, int argc, char *argv[]) diff --git a/commands/loadb.c b/commands/loadb.c index a2f3315..d7895c9 100644 --- a/commands/loadb.c +++ b/commands/loadb.c @@ -38,7 +38,7 @@ #include #include #include -#include +#include #define XON_CHAR 17 #define XOFF_CHAR 19 diff --git a/commands/mem.c b/commands/mem.c index 568050d..1caa92c 100644 --- a/commands/mem.c +++ b/commands/mem.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/commands/of_property.c b/commands/of_property.c index 44bb388..1919b3d 100644 --- a/commands/of_property.c +++ b/commands/of_property.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/common/command.c b/common/command.c index 7f2b777..b3804b8 100644 --- a/common/command.c +++ b/common/command.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/common/digest.c b/common/digest.c index ae414ba..80e8502 100644 --- a/common/digest.c +++ b/common/digest.c @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include #include diff --git a/common/env.c b/common/env.c index 33a871f..e8a57f4 100644 --- a/common/env.c +++ b/common/env.c @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/common/environment.c b/common/environment.c index 78cd45c..c0bd629 100644 --- a/common/environment.c +++ b/common/environment.c @@ -27,7 +27,7 @@ #ifdef __BAREBOX__ #include #include -#include +#include #include #include #include diff --git a/common/hush.c b/common/hush.c index b5e111a..65a4ec0 100644 --- a/common/hush.c +++ b/common/hush.c @@ -106,7 +106,7 @@ * General Public License for more details. * */ -#include /* malloc, free, realloc*/ +#include /* malloc, free, realloc*/ #include #include /* isalpha, isdigit */ #include /* readline */ diff --git a/common/password.c b/common/password.c index d157a11..830f724 100644 --- a/common/password.c +++ b/common/password.c @@ -22,8 +22,7 @@ #include #include #include -#include -#include +#include #include #if defined(CONFIG_PASSWD_SUM_MD5) diff --git a/common/startup.c b/common/startup.c index ff00ca7..d709089 100644 --- a/common/startup.c +++ b/common/startup.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/common/uimage.c b/common/uimage.c index 06f97f0..c9ae311 100644 --- a/common/uimage.c +++ b/common/uimage.c @@ -19,7 +19,7 @@ */ #include #include -#include +#include #include #include #include -- 1.8.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox