[U-Boot] [PATCH 1/1] malloc.h: protect it against multiple include

13 Jun
2009
13 Jun
'09
12:55 p.m.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com --- include/malloc.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/include/malloc.h b/include/malloc.h index 47154b0..a38464e 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -216,7 +216,8 @@ */
- +#ifndef __MALLOC_H__ +#define __MALLOC_H__
/* Preliminaries */
@@ -940,3 +941,5 @@ struct mallinfo mALLINFo(); #ifdef __cplusplus }; /* end of extern "C" */ #endif + +#endif /* __MALLOC_H__ */
--
1.6.3.1

19 Jul
19 Jul
9:34 p.m.
New subject: [U-Boot] [PATCH 1/1] malloc.h: protect it against multiple include
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 1244890537-9997-1-git-send-email-plagnioj@jcrosoft.com you wrote:
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
include/malloc.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
The first 90% of a project takes 90% of the time, the last 10% takes
the other 90% of the time.
5771
Age (days ago)
5807
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk