All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH]fix a build error.
@ 2010-11-01  2:55 Bian Naimeng
  2010-11-02  0:38 ` Gui Jianfeng
  0 siblings, 1 reply; 3+ messages in thread
From: Bian Naimeng @ 2010-11-01  2:55 UTC (permalink / raw)
  To: yanegomi; +Cc: ltp-list

A build error is catched after applied commit da908058635ca58caf3e85814f2eba68febad1e1.

--------------
Fix build error of kernel/syscalls/keyctl category.

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>

---
 testcases/kernel/syscalls/keyctl/keyctl01.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/testcases/kernel/syscalls/keyctl/keyctl01.c b/testcases/kernel/syscalls/keyctl/keyctl01.c
index 0d3dc77..b8ab30e 100644
--- a/testcases/kernel/syscalls/keyctl/keyctl01.c
+++ b/testcases/kernel/syscalls/keyctl/keyctl01.c
@@ -38,10 +38,13 @@
 /*	      Manas Kumar Nayak maknayak@in.ibm.com>			*/
 /******************************************************************************/
 
+#include <sys/types.h>
 #include <linux/keyctl.h>
 #include <errno.h>
 #include <limits.h>
 #include <stdio.h>
+#include <keyutils.h>
+
 /* Harness Specific Include Files. */
 #include "test.h"
 #include "usctest.h"
-- 
1.7.0.4



-- 
Regards
Bian Naimeng


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH]fix a build error.
  2010-11-01  2:55 [LTP] [PATCH]fix a build error Bian Naimeng
@ 2010-11-02  0:38 ` Gui Jianfeng
  2010-11-02  0:46   ` Garrett Cooper
  0 siblings, 1 reply; 3+ messages in thread
From: Gui Jianfeng @ 2010-11-02  0:38 UTC (permalink / raw)
  To: yanegomi; +Cc: ltp-list

Bian Naimeng wrote:
> A build error is catched after applied commit da908058635ca58caf3e85814f2eba68febad1e1.
> 
> --------------
> Fix build error of kernel/syscalls/keyctl category.
> 
> Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>

Hi Garrett,

Seems this patch has been applied, I think you'd better add the
"Signed-off-by" who posted this patch. ;)

Thanks,
Gui

> 
> ---
>  testcases/kernel/syscalls/keyctl/keyctl01.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/testcases/kernel/syscalls/keyctl/keyctl01.c b/testcases/kernel/syscalls/keyctl/keyctl01.c
> index 0d3dc77..b8ab30e 100644
> --- a/testcases/kernel/syscalls/keyctl/keyctl01.c
> +++ b/testcases/kernel/syscalls/keyctl/keyctl01.c
> @@ -38,10 +38,13 @@
>  /*	      Manas Kumar Nayak maknayak@in.ibm.com>			*/
>  /******************************************************************************/
>  
> +#include <sys/types.h>
>  #include <linux/keyctl.h>
>  #include <errno.h>
>  #include <limits.h>
>  #include <stdio.h>
> +#include <keyutils.h>
> +
>  /* Harness Specific Include Files. */
>  #include "test.h"
>  #include "usctest.h"

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

* Re: [LTP] [PATCH]fix a build error.
  2010-11-02  0:38 ` Gui Jianfeng
@ 2010-11-02  0:46   ` Garrett Cooper
  0 siblings, 0 replies; 3+ messages in thread
From: Garrett Cooper @ 2010-11-02  0:46 UTC (permalink / raw)
  To: Gui Jianfeng; +Cc: ltp-list

On Mon, Nov 1, 2010 at 5:38 PM, Gui Jianfeng <guijianfeng@cn.fujitsu.com> wrote:
> Bian Naimeng wrote:
>> A build error is catched after applied commit da908058635ca58caf3e85814f2eba68febad1e1.
>>
>> --------------
>> Fix build error of kernel/syscalls/keyctl category.
>>
>> Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
>
> Hi Garrett,
>
> Seems this patch has been applied, I think you'd better add the
> "Signed-off-by" who posted this patch. ;)
>
> Thanks,
> Gui
>
>>
>> ---
>>  testcases/kernel/syscalls/keyctl/keyctl01.c |    3 +++
>>  1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/testcases/kernel/syscalls/keyctl/keyctl01.c b/testcases/kernel/syscalls/keyctl/keyctl01.c
>> index 0d3dc77..b8ab30e 100644
>> --- a/testcases/kernel/syscalls/keyctl/keyctl01.c
>> +++ b/testcases/kernel/syscalls/keyctl/keyctl01.c
>> @@ -38,10 +38,13 @@
>>  /*         Manas Kumar Nayak maknayak@in.ibm.com>                    */
>>  /******************************************************************************/
>>
>> +#include <sys/types.h>
>>  #include <linux/keyctl.h>
>>  #include <errno.h>
>>  #include <limits.h>
>>  #include <stdio.h>
>> +#include <keyutils.h>
>> +
>>  /* Harness Specific Include Files. */
>>  #include "test.h"
>>  #include "usctest.h"

Yes! Full credit goes to Gui, Bian, Subrata, and Tamamori-san for
noting the issue and stupid me for not noticing it sooner :(...

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2010-11-02  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-01  2:55 [LTP] [PATCH]fix a build error Bian Naimeng
2010-11-02  0:38 ` Gui Jianfeng
2010-11-02  0:46   ` Garrett Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.