public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP]  [PATCH] Fix a building error.
@ 2011-01-14  9:48 Peng Haitao
  2011-01-14 12:58 ` Cyril Hrubis
  2011-01-14 21:24 ` Mike Frysinger
  0 siblings, 2 replies; 10+ messages in thread
From: Peng Haitao @ 2011-01-14  9:48 UTC (permalink / raw)
  To: yanegomi; +Cc: ltp-list

Hi Garrett,

A build error is caught after applied commit bacc849720ec4efda5a0a8a9ea6a0e93a1415541.

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>

---
 testcases/kernel/syscalls/mallopt/mallopt01.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/testcases/kernel/syscalls/mallopt/mallopt01.c b/testcases/kernel/syscalls/mallopt/mallopt01.c
index d356cb2..26307a6 100644
--- a/testcases/kernel/syscalls/mallopt/mallopt01.c
+++ b/testcases/kernel/syscalls/mallopt/mallopt01.c
@@ -37,6 +37,7 @@
 #ifdef CONFIG_COLDFIRE
 #define __MALLOC_STANDARD__
 #endif
+#include <malloc.h>
 #include <stdlib.h>
 #include <errno.h>
 
-- 
1.7.0.4

-- 
Best Regards,
Peng Haitao


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [LTP]  [PATCH] Fix a building error.
@ 2011-01-14  9:31 Peng Haitao
  2011-01-28  8:24 ` Peng Haitao
  0 siblings, 1 reply; 10+ messages in thread
From: Peng Haitao @ 2011-01-14  9:31 UTC (permalink / raw)
  To: yanegomi; +Cc: ltp-list

Hi Garrett,

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
---
 pan/scan.l |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pan/scan.l b/pan/scan.l
index 9696531..cc47bdf 100644
--- a/pan/scan.l
+++ b/pan/scan.l
@@ -91,6 +91,7 @@ static int check_mode(int, int, ...);
 %option noinput
 %option nolex-compat
 %option nounput
+%option yylineno
 
 UI      [0-9]+
 A       [a-zA-Z]+
-- 
1.7.0.4

-- 
Best Regards,
Peng Haitao


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2011-02-14  9:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14  9:48 [LTP] [PATCH] Fix a building error Peng Haitao
2011-01-14 12:58 ` Cyril Hrubis
2011-01-14 21:24 ` Mike Frysinger
2011-01-14 21:33   ` Garrett Cooper
2011-01-14 21:46     ` Mike Frysinger
2011-01-14 21:52       ` Garrett Cooper
2011-01-14 22:12         ` Mike Frysinger
  -- strict thread matches above, loose matches on Subject: below --
2011-01-14  9:31 Peng Haitao
2011-01-28  8:24 ` Peng Haitao
2011-02-14  9:45   ` Peng Haitao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox