Re: [LTP] [PATCH] Fix a building error.

2011-02-14 Thread Peng Haitao
Hi Garrett, Any response? The INSTALL file say flex can be obtained here: - http://downloads.sourceforge.net/project/flex/flex/flex-2.5.33/flex-2.5.33.tar.bz2 Are you mean the flex version is sure flex-2.5.33+? > Would you like to apply this patch? > > "%option nolex-compat" make the glo

Re: [LTP] [PATCH] Fix a building error.

2011-01-28 Thread Peng Haitao
Hi Garrett, Would you like to apply this patch? "%option nolex-compat" make the global variable "yylineno" undeclared, this will result in build error in RHEL4.8 and RHEL5.5. The environments are as follows: - RHEL4.8 --- x86_64 - flex--- version 2.5.4 - RHEL5.5 --- (x86, x86_

Re: [LTP] [PATCH] Fix a building error.

2011-01-14 Thread Mike Frysinger
On Friday, January 14, 2011 16:52:15 Garrett Cooper wrote: > On Fri, Jan 14, 2011 at 1:46 PM, Mike Frysinger wrote: > > On Friday, January 14, 2011 16:33:38 Garrett Cooper wrote: > >> On Fri, Jan 14, 2011 at 1:24 PM, Mike Frysinger wrote: > >> > On Friday, January 14, 2011 04:48:33 Peng Haitao wro

Re: [LTP] [PATCH] Fix a building error.

2011-01-14 Thread Garrett Cooper
On Fri, Jan 14, 2011 at 1:46 PM, Mike Frysinger wrote: > On Friday, January 14, 2011 16:33:38 Garrett Cooper wrote: >> On Fri, Jan 14, 2011 at 1:24 PM, Mike Frysinger wrote: >> > On Friday, January 14, 2011 04:48:33 Peng Haitao wrote: >> >>  testcases/kernel/syscalls/mallopt/mallopt01.c |    1 + >

Re: [LTP] [PATCH] Fix a building error.

2011-01-14 Thread Mike Frysinger
On Friday, January 14, 2011 16:33:38 Garrett Cooper wrote: > On Fri, Jan 14, 2011 at 1:24 PM, Mike Frysinger wrote: > > On Friday, January 14, 2011 04:48:33 Peng Haitao wrote: > >> testcases/kernel/syscalls/mallopt/mallopt01.c |1 + > > > > please use descriptive subjects in your patches. thi

Re: [LTP] [PATCH] Fix a building error.

2011-01-14 Thread Garrett Cooper
On Fri, Jan 14, 2011 at 1:24 PM, Mike Frysinger wrote: > On Friday, January 14, 2011 04:48:33 Peng Haitao wrote: >>  testcases/kernel/syscalls/mallopt/mallopt01.c |    1 + > > please use descriptive subjects in your patches.  this really should be > something like: >        mallopt01: fix build er

Re: [LTP] [PATCH] Fix a building error.

2011-01-14 Thread Mike Frysinger
On Friday, January 14, 2011 04:48:33 Peng Haitao wrote: > testcases/kernel/syscalls/mallopt/mallopt01.c |1 + please use descriptive subjects in your patches. this really should be something like: mallopt01: fix build error due to > --- a/testcases/kernel/syscalls/mallopt/mallo

Re: [LTP] [PATCH] Fix a building error.

2011-01-14 Thread Cyril Hrubis
Hi! > A build error is caught after applied commit > bacc849720ec4efda5a0a8a9ea6a0e93a1415541. > > Signed-off-by: Peng Haitao You were faster than me ;). Acked-by: Cyril Hrubis -- Cyril Hrubis chru...@suse.cz -- Pr

[LTP] [PATCH] Fix a building error.

2011-01-14 Thread Peng Haitao
Hi Garrett, A build error is caught after applied commit bacc849720ec4efda5a0a8a9ea6a0e93a1415541. Signed-off-by: Peng Haitao --- testcases/kernel/syscalls/mallopt/mallopt01.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/testcases/kernel/syscalls/mallopt/mallopt01.

[LTP] [PATCH] Fix a building error.

2011-01-14 Thread Peng Haitao
Hi Garrett, Signed-off-by: Peng Haitao --- 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

Re: [LTP] [PATCH] Fix a building error at fork cases.

2011-01-13 Thread Garrett Cooper
On Wed, Jan 12, 2011 at 11:49 PM, Peng Haitao wrote: > Hi Garrett, > > Fix building error of fork cases. Fixed -- thanks! -Garrett -- Protect Your Site and Customers from Malware Attacks Learn about various malware tacti

[LTP] [PATCH] Fix a building error at fork cases.

2011-01-12 Thread Peng Haitao
Hi Garrett, Fix building error of fork cases. Signed-off-by: Peng Haitao --- .../conformance/interfaces/fork/21-1.c |3 +-- .../conformance/interfaces/fork/7-1.c |3 ++- .../conformance/interfaces/fork/8-1.c |3 +-- 3 files changed, 4 insertion