public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] Compilation Error Fixed in filecaps.
@ 2010-09-24 10:03 Sravan V Dodla
  2010-09-27 14:23 ` Serge E. Hallyn
  0 siblings, 1 reply; 7+ messages in thread
From: Sravan V Dodla @ 2010-09-24 10:03 UTC (permalink / raw)
  To: Linux Test Project; +Cc: Sravan V Dodla

Hello,

I have been facing an compilation issue with the latest version of LTP. After some debugging I found out that the
flag HAVE_SYS_CAPABILITY_H is not used and sys/capability.h is being included.
So here is the patch to get rid of this error.

Signed-off-by: Sravan V Dodla <sravan@linux.vnet.ibm.com>.

--- c.c	2010-09-23 06:09:27.257635313 +0530
+++ c.c.orig	2010-09-23 06:08:54.643698431 +0530
@@ -20,9 +20,7 @@
 
 
 #include <stdio.h>
-#if HAVE_SYS_CAPABILITY_H
 #include <sys/capability.h>
-#endif
 
 int main()
 {

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

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

end of thread, other threads:[~2010-10-04 12:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 10:03 [LTP] [PATCH] Compilation Error Fixed in filecaps Sravan V Dodla
2010-09-27 14:23 ` Serge E. Hallyn
     [not found]   ` <4CA0AEB7.7080701@linux.vnet.ibm.com>
     [not found]     ` <20100927180239.GA15486@hallyn.com>
     [not found]       ` <4CA1ADB0.7070908@linux.vnet.ibm.com>
     [not found]         ` <20100928213611.GA1046@hallyn.com>
     [not found]           ` <4CA31140.4000805@linux.vnet.ibm.com>
     [not found]             ` <20100929141051.GB4620@hallyn.com>
2010-09-29 14:09               ` Subrata Modak1
2010-10-04  3:50                 ` Garrett Cooper
2010-10-04  4:33                   ` Garrett Cooper
2010-10-04 12:12                     ` Subrata Modak
2010-10-04 12:45                     ` Serge E. Hallyn

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